Method: Foreplay::Engine::Remote::Step#initialize
- Defined in:
- lib/foreplay/engine/remote/step.rb
#initialize(h, sh, st, i) ⇒ Step
Returns a new instance of Step.
8 9 10 11 12 13 |
# File 'lib/foreplay/engine/remote/step.rb', line 8 def initialize(h, sh, st, i) @host = h @shell = sh @step = st @instructions = i end |