Methods

FFI::AutoPointer::CallableReleaser

Public Instance Methods

call(*args) click to toggle source
# File lib/ffi/autopointer.rb, line 106
def call(*args)
  @proc.call(@ptr) if @autorelease && @ptr
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.