Class: Falcon::Command::Supervisor::Restart

Inherits:
Samovar::Command
  • Object
show all
Defined in:
lib/falcon/command/supervisor.rb

Instance Method Summary collapse

Instance Method Details

#call(stream) ⇒ Object



42
43
44
# File 'lib/falcon/command/supervisor.rb', line 42

def call(stream)
	stream.puts({please: 'restart'}.to_json, separator: "\0")
end