module Regexp::Expression::Shared

def quantifier=(qtf)

def quantifier=(qtf)
  @quantifier = qtf
  @repetitions = nil # clear memoized value
end