class Regexp::Expression::Base

def quantify(*args)

def quantify(*args)
  self.quantifier = Quantifier.new(*args)
end