gdelugre / origami

Origami is a pure Ruby library to parse, modify and generate PDF documents.
GNU Lesser General Public License v3.0
323 stars 109 forks source link

No method error array fix #47

Open DanielYouCan opened 5 years ago

DanielYouCan commented 5 years ago

When array type contains another array as its element, no method error is raised. Probably should have more elegant solution for cases like these with subarrays.

gdelugre commented 5 years ago

I am having a doubt, I think I have already encountered this problem before. In which circumstances can you have a nested array in the array of classes?