Method: VCLog::ChangeLog#size

Defined in:
lib/vclog/changelog.rb

#sizeObject

Return the number of changes in the changelog.



76
77
78
# File 'lib/vclog/changelog.rb', line 76

def size
  changes.size
end