# File lib/facets/more/units.rb, line 166
    def compatible_with?(other)
      return false if converter != other.converter
      conv1, conv2 = converter.coerce_units(self, other)
      conv1.units == conv2.units
    end