Method: Ufo::DSL::Helper#initialize
- Defined in:
- lib/ufo/dsl/helper.rb
#initialize(options = {}) ⇒ Helper
Returns a new instance of Helper.
11 12 13 14 |
# File 'lib/ufo/dsl/helper.rb', line 11 def initialize(={}) @options = @project_root = [:project_root] || '.' end |