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