method
popen
v2_2_9 -
Show latest stable
- Class:
Gem::Util
popen(*command)public
This calls IO.popen where it accepts an array for a command (Ruby 1.9+) and implements an IO.popen-like behavior where it does not accept an array for a command.