Class: DateSlash::DivisionResult
- Inherits:
-
DivisionValue
- Object
- Numeric
- DivisionValue
- DateSlash::DivisionResult
- Defined in:
- sig/dateslash.rbs
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from DivisionValue
#<=>, #==, #coerce, #initialize, #inspect, #integer?, #to_f, #to_i, #to_int, #to_s
Constructor Details
This class inherits a constructor from DateSlash::DivisionValue
Class Method Details
.wrap ⇒ Numeric
21 |
# File 'sig/dateslash.rbs', line 21
def self.wrap: (Numeric quotient) -> Numeric
|
Instance Method Details
#/ ⇒ Numeric
22 |
# File 'sig/dateslash.rbs', line 22
def /: (untyped other) -> Numeric
|