class FFI::AutoPointer::CallableReleaser

def release(ptr)

Experimental RBS support (using type sampling data from the type_fusion project).

def release: (FFI::Pointer ptr) -> nil

This signature was generated using 37 samples from 3 applications.

Returns:
  • (nil) -

Parameters:
  • ptr (Pointer) --
def release(ptr)
  @proc.call(ptr)
end