method
eql?
rails latest stable - Class:
ActiveSupport::Callbacks::Callback
eql?(other)public
No documentation available.
# File activesupport/lib/active_support/callbacks.rb, line 149
def eql?(other)
self == other
end