Method: VCLog::ChangeLog#by_author
- Defined in:
- lib/vclog/changelog.rb
#by_author ⇒ Object
136 137 138 139 140 141 142 143 |
# File 'lib/vclog/changelog.rb', line 136 def mapped = {} changes.each do |entry| mapped[entry.] ||= self.class.new mapped[entry.] << entry end mapped end |