module RuboCop::Cop::Metrics::Utils::RepeatedAttributeDiscount

def discount_repeated_attributes?

def discount_repeated_attributes?
  defined?(@known_attributes)
end