class Falcon::Command::Supervisor::Statistics
def call(stream)
def call(stream) stream.puts({please: 'statistics'}.to_json, separator: "\0") response = JSON.parse(stream.gets("\0"), symbolize_names: true) pp response end
def call(stream) stream.puts({please: 'statistics'}.to_json, separator: "\0") response = JSON.parse(stream.gets("\0"), symbolize_names: true) pp response end