Class: BooleanFunctions::And
- Inherits:
-
Object
- Object
- BooleanFunctions::And
- Defined in:
- lib/mdarray/ruby_boolean_functions.rb
Class Method Summary collapse
Class Method Details
.apply(val1, val2) ⇒ Object
11 12 13 |
# File 'lib/mdarray/ruby_boolean_functions.rb', line 11 def self.apply(val1, val2) val1 and val2 end |