Method: Tap::Support::AuditIterate#==
- Defined in:
- lib/tap/support/audit.rb
#==(another) ⇒ Object
True if another is an AuditIterate with the same index.
19 20 21 |
# File 'lib/tap/support/audit.rb', line 19 def ==(another) another.kind_of?(AuditIterate) && another.index == index end |