# File lib/eymiha/units/numeric_with_units.rb, line 576
    def kind_of?(klass)
      (numeric.kind_of? klass)? true : old_kind_of?(klass)
    end