Class: BitwiseOperators::BinaryLeftShift
- Inherits:
-
Object
- Object
- BitwiseOperators::BinaryLeftShift
- Defined in:
- lib/mdarray/ruby_numeric_functions.rb
Class Method Summary collapse
Class Method Details
.apply(val1, val2) ⇒ Object
298 299 300 |
# File 'lib/mdarray/ruby_numeric_functions.rb', line 298 def self.apply(val1, val2) val1 << val2 end |