Protects your Server against SIGS and unplanned exceptions
Go to file
Denis Knauf 5169bee0ea little changes: metafiles 2010-03-20 23:22:53 +01:00
lib More docs 2010-03-17 13:26:24 +01:00
AUTHORS little changes: metafiles 2010-03-20 23:22:53 +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 little changes: metafiles 2010-03-20 23:22:53 +01:00
VERSION Version 0.0.1. Only changes for gemcutter 2010-03-11 00:23:20 +01:00

README.md

Usage

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

MyServer.new.main