# File lib/mongoid/matchers/ne.rb, line 16
      def matches?(value)
        @attribute != value.values.first
      end