# File lib/ole/types/property_set.rb, line 161
      def to_h
        inject({}) { |hash, (name, value)| hash.update name.to_sym => value }
      end