Sha256: 07939bb3398666cc852ae841fbb500cf9ea42c5d28b302b3c5513dea4197544f
Contents?: true
Size: 317 Bytes
Versions: 1
Compression:
Stored size: 317 Bytes
Contents
module Cxxproject module Utils class Executable def run_command(task, command) require 'open3' stdin, stdout, stderr = Open3.popen3(command) puts "StdOut:" puts stdout.readlines puts "StdErr:" puts stderr.readlines end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cxxproject-0.5.59 | lib/cxxproject/utils/rbcurse_executable_ext.rb |