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