Class: GrubY::Server

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/gruubY/server.rb

Instance Method Summary collapse

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