Method: VCLog::ChangeLog#empty?

Defined in:
lib/vclog/changelog.rb

#empty?Boolean

Is the changelog void of any changes?

Returns:

  • (Boolean)


69
70
71
# File 'lib/vclog/changelog.rb', line 69

def empty?
  changes.empty?
end