Class: AnnotateRb::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_taskObject



10
11
12
# File 'lib/generators/annotate_rb/install/install_generator.rb', line 10

def copy_task
  copy_file "annotate_rb.rake", "lib/tasks/annotate_rb.rake"
end