# File lib/puma/cluster.rb, line 48 def boot! @last_checkin = Time.now @stage = :booted end
# File lib/puma/cluster.rb, line 44 def booted? @stage == :booted end
# File lib/puma/cluster.rb, line 74 def kill Process.kill "KILL", @pid rescue Errno::ESRCH end
# File lib/puma/cluster.rb, line 53 def ping! @last_checkin = Time.now end
Generated with the Darkfish Rdoc Generator 2.