Method: Runfile#call

Defined in:
lib/runfile/dsl.rb

#call(command_string) ⇒ Object

Cross-call another action



54
55
56
# File 'lib/runfile/dsl.rb', line 54

def call(command_string)
  Runner.instance.cross_call command_string
end