ruby/lib/shell
usa 1a45b04482 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_4@67820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-10-01 11:06:17 +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:06:17 +00:00
error.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
filter.rb get rid of ambiguous parentheses warnings 2016-11-29 16:06:54 +00:00
process-controller.rb lib/*: remove closed checks 2016-11-21 23:05:41 +00:00
system-command.rb Use qualified names 2016-08-30 06:22:30 +00:00
version.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00