6 ms·
For anyone looking for a nice subprocess library for Ruby, my friend Greg released one earlier this week - https://github.com/gdb/rubysh https://github.com/gdb/
by saikat 14y ago
For anyone looking for a nice subprocess library for Ruby, my friend Greg released one earlier this week - https://github.com/gdb/rubysh https://github.com/gdb/rubysh
- b6fan 14y agoSeems not working with cruby 1.9.3 ? SyntaxError: .../rubysh-0.0.2/lib/rubysh/subprocess/parallel_io.rb:77: Invalid next
- b6fan 14y agoI write another one for ruby, check out samples here: https://github.com/quark-zju/easysh https://github.com/quark-zju/easysh Although its functions are a subset of sh for python. It has many synatactic sugars, makes full use of ruby Enumerable, and does lazy-execute.