Libraries
»
numeric_with_unit
(0.3.0)
»
Index
»
NumericWithUnit
»
#-
Method: NumericWithUnit#-
Defined in:
lib/numeric_with_unit.rb
#
-
(other) ⇒
Object
99 100 101
# File 'lib/numeric_with_unit.rb', line 99
def
-
(
other
)
self
+
(
-
other
)
end