class Regexp::Expression::SequenceOperation

def to_s(format = :full)

def to_s(format = :full)
  sequences.map { |e| e.to_s(format) }.join(text)
end