Class: Crow

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

Instance Method Summary collapse

Constructor Details

#initialize(root_path) ⇒ Crow

Returns a new instance of Crow.



3
4
5
6
# File 'lib/crow.rb', line 3

def initialize(root_path)
  super
  @root_path = root_path
end