class Regexp::Expression::Base

def to_s(format = :full)

def to_s(format = :full)
  "#{text}#{quantifier_affix(format)}"
end