Class: Kaizen::Generators::IntoGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Kaizen::Generators::IntoGenerator
- Includes:
- CommonMethods
- Defined in:
- lib/generators/kaizen/into/into_generator.rb
Instance Method Summary collapse
Instance Method Details
#into ⇒ Object
8 9 10 11 |
# File 'lib/generators/kaizen/into/into_generator.rb', line 8 def into puts "Ksh..... into method..." perform end |