# File lib/pdf/writer/object/contents.rb, line 39
39:   def <<(v)
40:     raise TypeError unless v.kind_of?(PDF::Writer::Object) or v.kind_of?(String)
41:     @data << v
42:   end