# File lib/runt/expressionbuilder.rb, line 58
  def possibly(expr)
    add(expr, :|)
  end