| Class | Rddb::Server::Server |
| In: |
lib/rddb/server/server.rb
|
| Parent: | Object |
| options | [R] | The options |
Initialize the server.
# File lib/rddb/server/server.rb, line 9
9: def initialize(options={})
10: @options = options
11: end