Protects your Server against SIGS and unplanned exceptions
Find a file
2010-03-21 20:58:42 +01:00
lib at_exit added. use it to clean your dishes. 2010-03-21 20:58:42 +01:00
AUTHORS little changes: metafiles 2010-03-20 23:22:53 +01:00
LICENSE first 2010-03-02 11:40:06 +01:00
Rakefile little changes: metafiles 2010-03-20 23:22:53 +01:00
README.md README: Usage 2010-03-02 11:43:51 +01:00
VERSION Version 0.0.1. Only changes for gemcutter 2010-03-11 00:23:20 +01:00

Usage

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

MyServer.new.main