Class: AnnotateRb::Generators::HookGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- AnnotateRb::Generators::HookGenerator
- Defined in:
- lib/generators/annotate_rb/hook/hook_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_hook_file ⇒ Object
10 11 12 |
# File 'lib/generators/annotate_rb/hook/hook_generator.rb', line 10 def copy_hook_file copy_file "annotate_rb.rake", "lib/tasks/annotate_rb.rake" end |