class Regexp::Expression::Group::Base
def capturing?; false end
def capturing?; false end
def comment?; false end
def comment?; false end
def to_s(format = :full)
def to_s(format = :full) "#{text}#{expressions.join})#{quantifier_affix(format)}" end