# File lib/ole/types/base.rb, line 262
      def self.dump type, variant
        type = NAMES[type] or raise ArgumentError, 'unknown ole type - 0x%04x' % type
        (CLASS_MAP[type] || Data).dump variant
      end