class RuboCop::Cop::Lint::MissingCopEnableDirective

def max_range

def max_range
  @max_range ||= cop_config['MaximumRangeSize']
end