File: unix.rb

package info (click to toggle)
ruby-childprocess 4.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 376 kB
  • sloc: ruby: 2,541; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
module ChildProcess
  module Unix
  end
end

require "childprocess/unix/io"
require "childprocess/unix/process"
require "childprocess/unix/fork_exec_process"
# PosixSpawnProcess + ffi is required on demand.