Class
Spoon::FileActions
In:
lib/spoon/unix.rb
Parent:
Object
Methods
close
dup2
new
open
Classes and Modules
Class
Spoon::FileActions::Releaser
Constants
SIZE
=
FFI::Platform.mac? ? FFI.type_size(:pointer) : 128
Attributes
pointer
[R]
Public Class methods
new
()
Public Instance methods
close
(fd)
dup2
(fd, newfd)
open
(fd, path, oflag, mode)
[Validate]