Method: WatirSplash::Generators::NewProject.source_root
- Defined in:
- lib/watirsplash/generators/new_project.rb
.source_root ⇒ Object
14 15 16 |
# File 'lib/watirsplash/generators/new_project.rb', line 14 def self.source_root File.dirname(__FILE__) + "/templates" end |