Method: Tamarillo::Command#execute

Defined in:
lib/tamarillo/command.rb

#execute(*args) ⇒ Object



51
52
53
54
# File 'lib/tamarillo/command.rb', line 51

def execute(*args)
  command = parse_command_name!(args)
  send(command.to_sym, *args.drop(1))
end