class Me::Executor

Public Instance Methods

call(command) click to toggle source
# File lib/me/executor.rb, line 5
def call(command)
  kernel.system(*command)
end

Private Instance Methods

kernel() click to toggle source
# File lib/me/executor.rb, line 11
def kernel
  Registry.kernel
end