module Regexp::Expression::Shared

def to_s(format = :full)

def to_s(format = :full)
  "#{parts.join}#{quantifier_affix(format)}"
end