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