# File lib/eymiha/units/numeric_with_units.rb, line 124
    def -@
      value = clone
      value.numeric = -(value.numeric)
      value
    end