Method: Autumn::Script#call_generator
- Defined in:
- lib/autumn/script.rb
#call_generator(meth) ⇒ Object
Calls the method given by the symbol, with two arguments: the name attribute, and an options hash verbosity enabled and the VCS set to the value of vcs.
61 62 63 |
# File 'lib/autumn/script.rb', line 61 def call_generator(meth) generator.send(meth, name, :verbose => true, :vcs => vcs) end |