Method: Engine2::Action#execute

Defined in:
lib/engine2/action.rb

#execute(command) ⇒ Object



88
89
90
# File 'lib/engine2/action.rb', line 88

def execute command
    (@meta[:execute] ||= []) << command
end