Method: VCLog::ChangeLog#to_h
- Defined in:
- lib/vclog/changelog.rb
#to_h ⇒ Array<Hash>
TODO:
Not a Hash! Need to rename method.
Convert to list of hash.
173 174 175 |
# File 'lib/vclog/changelog.rb', line 173 def to_h map{ |change| change.to_h } end |