RobustServer/README.md

11 lines
110 B
Markdown

Usage
=====
class MyServer < RobustServer
def run
# something to do...
end
end
MyServer.new.main