class Regexp::Expression::Quantifier

def initialize_clone(other)

def initialize_clone(other)
  other.instance_variable_set(:@text, text.dup)
  super
end