# File lib/dm-core/support/symbol.rb, line 18
  def not
    DataMapper::Query::Operator.new(self, :not)
  end