method

popen

ruby 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.