Protects your Server against SIGS and unplanned exceptions
Go to file
Denis Knauf 3028fc3764 README: Usage 2010-03-02 11:43:51 +01:00
lib first 2010-03-02 11:40:06 +01:00
AUTHOR first 2010-03-02 11:40:06 +01:00
LICENSE first 2010-03-02 11:40:06 +01:00
README.md README: Usage 2010-03-02 11:43:51 +01:00
Rakefile nothing 2010-03-02 11:41:56 +01:00
VERSION first 2010-03-02 11:40:06 +01:00

README.md

Usage

class MyServer < RobustServer
	def run
		# something to do...
	end
end

MyServer.new.main