class Omnitest::Psychic::Execution::EnvStrategy
Public Instance Methods
execute(*extra_args)
click to toggle source
Calls superclass method
Omnitest::Psychic::Execution::DefaultStrategy#execute
# File lib/omnitest/psychic/execution/env_strategy.rb, line 5 def execute(*extra_args) script.env.merge!(script.params) super end