Registry / utility / open4
library1.3.4rbrubygemsunverified

Open child process with handles on pid, stdin, stdout, and stderr: manage child processes and their io handles easily.

gem install open4
INSTALL
IMPORT
SIG · OPEN4
O
open4
utilityrubyv1.3.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Open4
require 'open4'

Spawn a child process and capture its I/O streams.

require 'open4' pid, stdin, stdout, stderr = Open4.popen4('echo hello') puts stdout.read
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
open4 — gem install open4 · libregistry