lib | ||
AUTHOR | ||
LICENSE | ||
Rakefile | ||
README.md | ||
VERSION |
Usage
class MyServer < RobustServer
def run
# something to do...
end
end
MyServer.new.main
lib | ||
AUTHOR | ||
LICENSE | ||
Rakefile | ||
README.md | ||
VERSION |
class MyServer < RobustServer
def run
# something to do...
end
end
MyServer.new.main