Class: Escalator::Combine

Inherits:
Object
  • Object
show all
Defined in:
lib/escalator/combine.rb

Class Method Summary collapse

Class Method Details

.run(command) ⇒ Object



7
8
9
10
11
# File 'lib/escalator/combine.rb', line 7

def run command
  @command = command
  prepareContext
  excuteCommands
end