# File lib/pdf/writer/object/contents.rb, line 35
35:   def each
36:     @contents.each { |c| yield c }
37:   end