Module: Veritas::Function::Comparable::ClassMethods
- Defined in:
- lib/veritas/function/comparable.rb
Instance Method Summary collapse
-
#call(left, right) ⇒ Object
Evaluate the values using the ruby operation.
Instance Method Details
#call(left, right) ⇒ Object
Evaluate the values using the ruby operation
49 50 51 |
# File 'lib/veritas/function/comparable.rb', line 49 def call(left, right) left.send(operation, right) end |