method
duplicates?
v4.0.2 -
Show latest stable
- Class:
ActiveSupport::Callbacks::Callback
duplicates?(other)public
No documentation available.
# File activesupport/lib/active_support/callbacks.rb, line 139
def duplicates?(other)
matches?(other.kind, other.filter)
end