class Tim::InstallGenerator

Public Instance Methods

copy_config() click to toggle source
# File lib/generators/tim/install_generator.rb, line 8
def copy_config
  copy_file "tim.rb", "config/initializers/tim.rb"
end
show_readme() click to toggle source
# File lib/generators/tim/install_generator.rb, line 11
def show_readme
  readme 'README' if behavior == :invoke
end