Class: Codelog::Command::Step::Changelog

Inherits:
Object
  • Object
show all
Includes:
FileUtils
Defined in:
lib/codelog/command/step/changelog.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.runObject



9
10
11
# File 'lib/codelog/command/step/changelog.rb', line 9

def self.run
  Codelog::Command::Step::Changelog.new.run
end

Instance Method Details

#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