Method: Ufo::DSL#initialize
- Defined in:
- lib/ufo/dsl.rb
#initialize(template_definitions_path, options = {}) ⇒ DSL
5 6 7 8 9 10 |
# File 'lib/ufo/dsl.rb', line 5 def initialize(template_definitions_path, ={}) @template_definitions_path = template_definitions_path = @task_definitions = [] @outputters = [] end |