1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/shell
nagachika d6adc68dc9 lib/shell/command-processor.rb (Shell#[]): prevent unknown command
`FileTest.send(command, ...)` allows to call not only FileTest-related
methods but also any method that belongs to Kernel, Object, etc.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_6@67810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-10-01 10:59:35 +00:00
..
builtin-command.rb lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00
command-processor.rb lib/shell/command-processor.rb (Shell#[]): prevent unknown command 2019-10-01 10:59:35 +00:00
error.rb
filter.rb Fix two typos 2017-03-29 11:49:39 +00:00
process-controller.rb Remove unnecessary require 'thread' 2017-10-08 07:00:01 +00:00
shell.gemspec Try to load version file of github repository at first. 2018-07-31 12:56:17 +00:00
system-command.rb lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00
version.rb Promote Shell library to default gems. 2018-07-20 02:24:59 +00:00