Class: Me::Executor

Inherits:
Object
  • Object
show all
Defined in:
lib/me/executor.rb

Instance Method Summary collapse

Instance Method Details

#call(command) ⇒ Object



5
6
7
# File 'lib/me/executor.rb', line 5

def call(command)
  kernel.system(*command)
end