Class FFI::AutoPointer::CallableReleaser
In: lib/ffi/autopointer.rb
Parent: Releaser

CallableReleaser is a {Releaser} used when an {AutoPointer} is defined with a Proc or a Method.

Methods

release  

Public Instance methods

@param [Pointer] ptr @return [nil] Release ptr by using Proc or Method defined at ptr {AutoPointer#initialize initialization}.

[Validate]