Method: ChildProcess::Unix::Lib::Attrs#free

Defined in:
lib/childprocess/unix/lib.rb

#freeObject



146
147
148
149
# File 'lib/childprocess/unix/lib.rb', line 146

def free
  Lib.check Lib.posix_spawnattr_destroy(@ptr)
  @ptr = nil
end