Method: Crow#initialize
- Defined in:
- lib/crow.rb
#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 |
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 |