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
usa 3af01ae110 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.
patched by <mame@ruby-lang.org>


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@67814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-10-01 11:01:53 +00:00
..
builtin-command.rb * basictest/test.rb: Adjust spaces in class declarations 2016-10-07 05:18:57 +00:00
command-processor.rb lib/shell/command-processor.rb (Shell#[]): prevent unknown command 2019-10-01 11:01:53 +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
system-command.rb Fix exception type in option type checker 2017-06-22 10:56:49 +00:00
version.rb