Method: Measured::Arithmetic#-

Defined in:
lib/measured/arithmetic.rb

#-(other) ⇒ Object



10
11
12
# File 'lib/measured/arithmetic.rb', line 10

def -(other)
  arithmetic_operation(other, :-)
end