# File lib/facets/more/units.rb, line 159 def ==(other) other.is_a?(Units::Unit) && other.units == units && other.converter == converter end