Method: YTools::Templates::Executor#initialize
- Defined in:
- lib/ytools/templates/executor.rb
#initialize(template = nil, yaml_object = nil) ⇒ Executor
Returns a new instance of Executor.
9 10 11 12 |
# File 'lib/ytools/templates/executor.rb', line 9 def initialize(template=nil, yaml_object=nil) @template = template @yaml_object = yaml_object end |