# File lib/facets/more/units.rb, line 234
    def self.new(value, unit)
      return value if unit.unitless?
      super
    end