# File lib/runt/expressionbuilder.rb, line 54
  def except(expr)
    add(expr, :-)
  end