class Malfunction::AttributeError

Public Instance Methods

==(other) click to toggle source
Calls superclass method
# File lib/malfunction/attribute_error.rb, line 10
def ==(other)
  super || other.try(:attribute_name) == attribute_name && other.try(:error_code) == error_code
end
Also aliased as: eql?
eql?(other)
Alias for: ==