Method: Foreplay::Engine::Remote::Step#output

Defined in:
lib/foreplay/engine/remote/step.rb

#output(o) ⇒ Object



34
35
36
37
# File 'lib/foreplay/engine/remote/step.rb', line 34

def output(o)
  log o, host: host, silent: silent?, indent: 1
  o
end