# File lib/ole/types/property_set.rb, line 79 def each each_raw do |id, property_offset| yield id, read_property(property_offset).last end end