Method: Tap::Support::AuditMerge#==

Defined in:
lib/tap/support/audit.rb

#==(another) ⇒ Object

True if another is an AuditMerge and passes Array#==



8
9
10
# File 'lib/tap/support/audit.rb', line 8

def ==(another)
  another.kind_of?(AuditMerge) && super
end