Class: Codelog::Command::Step::Changelog
- Inherits:
-
Object
- Object
- Codelog::Command::Step::Changelog
- Includes:
- FileUtils
- Defined in:
- lib/codelog/command/step/changelog.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.run ⇒ Object
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
#run ⇒ Object
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 |