# File lib/ffi/struct.rb, line 139 def array_field_class_from(type) self.class.array_field_class_from(field_class_from(type[0]), type[1]) if type.is_a?(Array) end