Method: Object#not

Defined in:
lib/multiarray.rb

#notFalseClass

Boolean negation

Returns:

See Also:



91
92
93
# File 'lib/multiarray.rb', line 91

def not
   false
end