1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2018-12-12 07:34:16 +00:00
parent 31eb48a0ac
commit 80762b9ffe

View file

@ -17,6 +17,7 @@ require "forwardable"
require "shell/error"
require "shell/command-processor"
require "shell/process-controller"
require "shell/version"
# Shell implements an idiomatic Ruby interface for common UNIX shell commands.
#