class Spoon::FileActions::Releaser
Public Class Methods
call(ptr)
click to toggle source
# File lib/spoon/unix.rb, line 29 def self.call(ptr) LibC.posix_spawn_file_actions_destroy(ptr) LibC.free(ptr) end
# File lib/spoon/unix.rb, line 29 def self.call(ptr) LibC.posix_spawn_file_actions_destroy(ptr) LibC.free(ptr) end