Method: VCLog::ChangeLog#to_h

Defined in:
lib/vclog/changelog.rb

#to_hArray<Hash>

TODO:

Not a Hash! Need to rename method.

Convert to list of hash.

Returns:

  • (Array<Hash>)


173
174
175
# File 'lib/vclog/changelog.rb', line 173

def to_h
  map{ |change| change.to_h }
end