# File lib/ffi/struct.rb, line 59
      def get(ptr)
        type.find(ptr.get_int(offset))
      end