class RuboCop::Cop::Style::NumericLiterals

def allowed_numbers

def allowed_numbers
  cop_config.fetch('AllowedNumbers', []).map(&:to_s)
end