# File test/src/sql.rb, line 158
  def to_s
    "#{expr} not in (#{vals.join(', ')})"
  end