class Regexp::Expression::Conditional::Expression

def to_s(_format = :full)

def to_s(_format = :full)
  text + condition.text + branches.join('|') + ')'
end