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