Method: Codelog::Command::Step::Changelog#run

Defined in:
lib/codelog/command/step/changelog.rb

#runObject



13
14
15
16
17
# File 'lib/codelog/command/step/changelog.rb', line 13

def run
  chdir Dir.pwd do
    create_file_from changes
  end
end