class Jumble::Generators::InstallGenerator

Public Instance Methods

copy_config_file() click to toggle source
# File lib/generators/jumble/install_generator.rb, line 7
def copy_config_file
  copy_file 'jumble.yml', 'config/jumble.yml'
end