class Regexp::Expression::Conditional::Expression
def to_s
def to_s s = @text.dup s << @condition.text s << branches.map{|e| e.to_s}.join('|') s << ')' end
def to_s s = @text.dup s << @condition.text s << branches.map{|e| e.to_s}.join('|') s << ')' end