# File lib/ole/types/property_set.rb, line 122 def load_section_list str @sections = str.to_enum(:each_chunk, Section::SIZE).map { |s| Section.new s, self } end