Method: NilClass#not

Defined in:
lib/multiarray.rb

#notFalseClass

Boolean negation

Returns:

See Also:



186
187
188
# File 'lib/multiarray.rb', line 186

def not
   true
end