Method: LOM::Filtered#~@

Defined in:
lib/lom/filtered.rb

#~@Object

Take the negation of this filter



43
44
45
# File 'lib/lom/filtered.rb', line 43

def ~@
    _operator_1('!')
end