Class: Funnel::Generators::Application
- Inherits:
-
Object
- Object
- Funnel::Generators::Application
- Defined in:
- lib/funnel/generators/application.rb
Instance Method Summary collapse
Instance Method Details
#generate(destination, options = {}) ⇒ Object
7 8 9 |
# File 'lib/funnel/generators/application.rb', line 7 def generate destination, ={} FileUtils.cp_r(template_dir, destination) end |