Class: BooleanFunctions::Not
- Inherits:
-
Object
- Object
- BooleanFunctions::Not
- Defined in:
- lib/mdarray/ruby_boolean_functions.rb
Class Method Summary collapse
Class Method Details
.apply(val) ⇒ Object
23 24 25 |
# File 'lib/mdarray/ruby_boolean_functions.rb', line 23 def self.apply(val) !val end |