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

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

[Validate]