Method: Pushpop::Step#run
- Defined in:
- lib/pushpop/step.rb
#run(last_response = nil, step_responses = nil) ⇒ Object
38 39 40 |
# File 'lib/pushpop/step.rb', line 38 def run(last_response=nil, step_responses=nil) self.instance_exec(last_response, step_responses, &block) end |