Method: Commandify::Command.run

Defined in:
lib/commandify/command.rb

.run(command) ⇒ Object



12
13
14
# File 'lib/commandify/command.rb', line 12

def run command
  send "run_#{command}"
end