# File lib/childprocess/unix/lib.rb, line 155 def flags ptr = FFI::MemoryPointer.new(:short) Lib.check Lib.posix_spawnattr_getflags(@ptr, ptr) ptr.read_short end
# File lib/childprocess/unix/lib.rb, line 151 def flags=(flags) Lib.check Lib.posix_spawnattr_setflags(@ptr, flags) end
Generated with the Darkfish Rdoc Generator 2.