Method: Codelog::Command::Setup#run
- Defined in:
- lib/codelog/command/setup.rb
#run ⇒ Object
19 20 21 22 23 24 25 26 27 28 |
# File 'lib/codelog/command/setup.rb', line 19 def run chdir Dir.pwd do # This script provides the initial setup for the gem usage. puts '== Creating folder structure and template ==' create_folder_structure puts '== Copying fixtures ==' copy_fixtures handle_existing_changelog end end |