Class: GrubY::Server
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- GrubY::Server
- Defined in:
- lib/gruubY/server.rb
Instance Method Summary collapse
-
#initialize(bot) ⇒ Server
constructor
A new instance of Server.
Constructor Details
#initialize(bot) ⇒ Server
Returns a new instance of Server.
7 8 9 10 |
# File 'lib/gruubY/server.rb', line 7 def initialize(bot) super() @bot = bot end |