class RuboCop::Cop::Offense
def ==(other)
-
(Boolean)
-
Other tags:
- Api: - public
def ==(other) COMPARISON_ATTRIBUTES.all? do |attribute| send(attribute) == other.send(attribute) end end
(Boolean)
-
def ==(other) COMPARISON_ATTRIBUTES.all? do |attribute| send(attribute) == other.send(attribute) end end