Method: ChildProcess::Unix::Lib::FileActions#free
- Defined in:
- lib/childprocess/unix/lib.rb
#free ⇒ Object
130 131 132 133 |
# File 'lib/childprocess/unix/lib.rb', line 130 def free Lib.check Lib.posix_spawn_file_actions_destroy(@ptr) @ptr = nil end |