You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
lib | 2 years ago | |
.gitignore | 11 years ago | |
AUTHORS | 14 years ago | |
Gemfile | 11 years ago | |
Gemfile.lock | 11 years ago | |
LICENSE | 14 years ago | |
README.md | 14 years ago | |
Rakefile | 11 years ago | |
VERSION | 11 years ago | |
robustserver.gemspec | 11 years ago |
README.md
Usage
class MyServer < RobustServer
def run
# something to do...
end
end
MyServer.new.main