Module: Hashrocket::Generators::ClassMethods
- Defined in:
- lib/generators/hashrocket/generators.rb
Instance Method Summary collapse
Instance Method Details
#template_directory ⇒ Object
12 13 14 |
# File 'lib/generators/hashrocket/generators.rb', line 12 def template_directory to_s.match(/::(\w*)Gen/)[1] end |