class RuboCop::Cop::Lint::RedundantRegexpQuantifiers

def quantifier_range(group, child)

def quantifier_range(group, child)
  range_between(child.loc.quantifier.begin_pos, group.loc.quantifier.end_pos)
end