class Restart
Implements the falcon supervisor restart
command.
Definitions
def call(stream)
Send the restart message to the supervisor.
Implementation
def call(stream)
stream.puts({please: "restart"}.to_json, separator: "\0")
end