class RuboCop::Cop::Offense

def hash

def hash
  COMPARISON_ATTRIBUTES.map { |attribute| public_send(attribute) }.hash
end