class RuboCop::Cop::Lint::MixedCaseRange

def range_for(char)

def range_for(char)
  RANGES.detect do |range|
    range.include?(char)
  end
end