# File lib/ffi/struct_layout_builder.rb, line 145 def add_array(name, type, count, offset = nil) add(name, Type::Array.new(type, count), offset) end