Registry / utility / win32-open3

win32-open3

JSON →
library0.3.2rbrubygemsunverified

Provides a working implementation of the open3 library for MS Windows, including the Open4 class for pid information.

gem install win32-open3
INSTALL
IMPORT
SIG · WIN32-OPEN3
W
win32-open3
utilityrubyv0.3.2
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.

Win32::Open3
require 'win32/open3'

Run a command and capture output

require 'win32/open3' stdin, stdout, stderr = Win32::Open3.popen3('dir')
Debug
Known issues
gotchaUnnecessary with Ruby 1.9.x due to native thread support
fix
Use built-in Open3 on Ruby 1.9+
affects: >= 1.9.0
Upgrade
Version history
0.3.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
win32-open3 — gem install win32-open3 · libregistry