Class: Chchchanges::Entry
- Inherits:
-
Object
- Object
- Chchchanges::Entry
- Defined in:
- lib/chchchanges/entry.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize ⇒ Entry
constructor
A new instance of Entry.
Constructor Details
#initialize ⇒ Entry
Returns a new instance of Entry.
6 7 |
# File 'lib/chchchanges/entry.rb', line 6 def initialize end |
Instance Method Details
#call ⇒ Object
9 10 11 12 |
# File 'lib/chchchanges/entry.rb', line 9 def call Dir.mkdir('.changelog_entries') unless Dir.exists?('.changelog_entries') write_to_file end |