# File lib/cocaine/command_line/runners/process_runner.rb, line 7 def call(command, env = {}) input, output = IO.pipe pid = spawn(env, command, :out => output) output.close result = input.read waitpid(pid) result end
Generated with the Darkfish Rdoc Generator 2.