Class: Tap::Support::AuditMerge
Overview
Marks the merge of multiple Audit trails
Instance Method Summary collapse
-
#==(another) ⇒ Object
True if another is an AuditMerge and passes Array#==.
Instance Method Details
#==(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 |