Class: Veritas::Function::Numeric::Modulo
- Inherits:
-
Veritas::Function::Numeric
- Object
- Veritas::Function
- Veritas::Function::Numeric
- Veritas::Function::Numeric::Modulo
- Includes:
- Comparable, Binary
- Defined in:
- lib/veritas/function/numeric/modulo.rb
Overview
A class representing a modulo function
Defined Under Namespace
Modules: Methods
Instance Attribute Summary
Attributes included from Operation::Binary
Class Method Summary collapse
-
.operation ⇒ Symbol
Return the Modulo operation.
Methods included from Binary
Methods included from Binary
Methods included from Operation::Binary
Methods included from Comparator
Methods included from Immutable
#dup, #freeze, included, #memoize, #memoized
Methods included from Comparable
Methods included from AbstractClass
Methods inherited from Veritas::Function
call, extract_value, #inspect, #rename, rename_attributes, #type
Methods included from Visitable
Class Method Details
.operation ⇒ Symbol
Return the Modulo operation
19 20 21 |
# File 'lib/veritas/function/numeric/modulo.rb', line 19 def self.operation :% end |