Method: Eye::ChildProcess#send_command

Defined in:
lib/eye/child_process.rb

#send_command(command, *args) ⇒ Object



57
58
59
# File 'lib/eye/child_process.rb', line 57

def send_command(command, *args)
  schedule command, *args, Eye::Reason::User.new(command)
end