Method: VCLog::ChangeLog#change
- Defined in:
- lib/vclog/changelog.rb
#change(data = {}) ⇒ Object
Add a change entry to the log.
48 49 50 |
# File 'lib/vclog/changelog.rb', line 48 def change(data={}) @changes << Change.new(data) end |