class Falcon::Command::Supervisor::Restart
Implements the ‘falcon supervisor restart` command.
def call(stream)
def call(stream) stream.puts({please: "restart"}.to_json, separator: "\0") end
Implements the ‘falcon supervisor restart` command.
def call(stream) stream.puts({please: "restart"}.to_json, separator: "\0") end