Class | DataMapper::Query::Conditions::NullOperation |
In: |
lib/dm-core/query/conditions/operation.rb
|
Parent: | AbstractOperation |
Inspecting the operation should return the same as nil
@return [String]
return the string 'nil'
@api semipublic
Match the record
@param [Resource] record
the resource to match
@return [true]
every record matches
@api semipublic