# File lib/facets/more/units.rb, line 121
    def initialize(units = {}, converter = Units::Converter.current)
      @units, @converter = {}, converter
      units.each_pair { |k, v| @units[k.to_sym] = v }
      check_units
    end