Class: AnnotateRb::Generators::HookGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/annotate_rb/hook/hook_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_hook_fileObject



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