1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/irb
Stan Lo 0dc2e1a764 [ruby/irb] Remove unnecessary warning check on help command
It's not an intentional behavior of the command and it behaves
differently in different environments. So checking it actually brings
more problem than benefit.

https://github.com/ruby/irb/commit/b3203bc784
2022-10-26 15:15:30 +00:00
..
yamatanooroti [ruby/irb] Always use local variables in current context to parse code (https://github.com/ruby/irb/pull/397) 2022-10-18 05:44:07 +00:00
helper.rb [ruby/irb] Rename test_helper.rb to helper.rb 2022-10-26 15:13:44 +00:00
test_cmd.rb [ruby/irb] Remove unnecessary warning check on help command 2022-10-26 15:15:30 +00:00
test_color.rb [ruby/irb] Always use local variables in current context to parse code (https://github.com/ruby/irb/pull/397) 2022-10-18 05:44:07 +00:00
test_color_printer.rb
test_completion.rb [ruby/irb] Sort constant completion's candidates 2022-10-08 03:17:42 +09:00
test_context.rb [ruby/irb] Always use local variables in current context to parse code (https://github.com/ruby/irb/pull/397) 2022-10-18 05:44:07 +00:00
test_history.rb backup IRBRC environmental variable. It's used by test methods when it's defined. 2022-09-21 14:25:42 +09:00
test_init.rb [ruby/irb] Support --noscript option to not use first non-option argument as script 2022-09-17 02:25:26 +09:00
test_input_method.rb [ruby/irb] Rename test_helper.rb to helper.rb 2022-10-26 15:13:44 +00:00
test_option.rb
test_raise_no_backtrace_exception.rb
test_ruby_lex.rb [ruby/irb] Always use local variables in current context to parse code (https://github.com/ruby/irb/pull/397) 2022-10-18 05:44:07 +00:00
test_workspace.rb