Method: Artoo::Master.command

Defined in:
lib/artoo/master.rb

.command(name, params) ⇒ Object



45
46
47
# File 'lib/artoo/master.rb', line 45

def command(name, params)
  current.command(name, params)
end