# File lib/ffi/struct.rb, line 313 def find_type(type, mod = enclosing_module) if mod mod.find_type(type) end || FFI.find_type(type) end