require 'open3' a = Open3.popen3("nroff -man") Thread.start do while line = gets a[0].print line end a[0].close end while line = a[1].gets print ":", line end ps://git.ruby-lang.org/ruby.git/atom/tool/dummy-rake-compiler/rake?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/tool/dummy-rake-compiler/rake
AgeCommit message (Expand)Author
2021-11-09Bundle rbs 1.7.0.beta.5Yusuke Endoh