aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb/test_cmd.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Page `ls`'s output (https://github.com/ruby/irb/pull/657)Stan Lo2023-07-261-0/+10
* [ruby/irb] Display `show_cmds`'s output in a pager when in TTYStan Lo2023-07-251-0/+10
* [ruby/irb] Reduce internal operations' exposure to benchmarkingStan Lo2023-06-301-0/+28
* [ruby/irb] Reduce test pend trufflerubytomoya ishida2023-06-281-3/+0
* [ruby/irb] Allow `show_source` for private methodsTSUYUSATO Kitsune2023-05-231-0/+41
* [ruby/irb] Print deprecation warning for `help` commandStan Lo2023-05-181-12/+26
* [ruby/irb] Simplify the help command's implementationStan Lo2023-04-241-3/+5
* [ruby/irb] Filter out top-level methods when using `lsStan Lo2023-04-241-1/+4
* [ruby/irb] Drop Ruby 2.6 supportStan Lo2023-04-051-3/+0
* [ruby/irb] Don't check RUBY_ENGINE when deciding whether to accept kargsStan Lo2023-04-021-2/+0
* [ruby/irb] Drop unnecessary pends for trufflerubyStan Lo2023-03-311-1/+1
* [ruby/irb] Display and prioritise instance methods in `lsStan Lo2023-02-281-0/+60
* [ruby/irb] Add tests for workspaces commandsStan Lo2023-02-041-0/+112
* [ruby/irb] Avoid calling private methods on the main objectStan Lo2023-01-121-0/+13
* [ruby/irb] Group command test cases with classStan Lo2023-01-051-297/+312
* Sync IRB master: tool/sync_default_gems.rb irbTakashi Kokubun2022-12-261-44/+0
* [ruby/irb] Suppress "switching inspect mode" messagesNobuyoshi Nakada2022-12-261-0/+2
* [ruby/irb] Remove unnecessary warning check on help commandStan Lo2022-12-261-5/+0
* [ruby/irb] Remove unnecessary test setupStan Lo2022-12-261-4/+0
* [ruby/irb] Add test for the help commandst00122022-12-261-0/+51
* [ruby/irb] Group show_doc tests and update the expectationStan Lo2022-12-121-32/+34
* [ruby/irb] `show_doc` command should take non-string argument tooStan Lo2022-12-121-2/+2
* [ruby/irb] Add show_doc as an alias to the help commandStan Lo2022-12-081-9/+11
* [ruby/irb] Gracefully handle missing command argumentStan Lo2022-12-081-0/+17
* [ruby/irb] Add "show_cmds" command to list all commands'Stan Lo2022-12-081-0/+10
* Prevent a "warning: ambiguity between regexp and two divisions"Yusuke Endoh2022-11-211-1/+1
* [ruby/irb] Push an accidentally uncommitted diffTakashi Kokubun2022-11-201-1/+1
* [ruby/irb] Try using a different file nameTakashi Kokubun2022-11-201-1/+1
* [ruby/irb] Require rubygems for ruby/rubyTakashi Kokubun2022-11-201-0/+1
* [ruby/irb] Fix CI failure on ruby/rubyTakashi Kokubun2022-11-201-19/+19
* [ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)Stan Lo2022-11-201-1/+77
* Prevent a "method redefined" warningYusuke Endoh2022-11-181-1/+1
* [ruby/irb] Remove duplicated TestInputMethod definitionsst00122022-11-151-26/+0
* [ruby/irb] Simplify info command's testsStan Lo2022-11-111-154/+136
* [ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi Kokubun2022-11-101-0/+38
* [ruby/irb] Make $ and @ default aliasesTakashi Kokubun2022-11-101-2/+0
* [ruby/irb] Add execute_lines to reduce command tests' boilerplateStan Lo2022-11-081-266/+157
* [ruby/irb] Support non-string input in show_sourceTakashi Kokubun2022-11-071-0/+34
* [ruby/irb] Suppress "switching inspect mode" messagesNobuyoshi Nakada2022-11-041-0/+2
* [ruby/irb] Provide a base test class and let tests restore encodingsStan Lo2022-11-031-11/+4
* [ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun2022-11-031-0/+58
* [ruby/irb] Suppress sequence to inspect asian ambiguous width Nobuyoshi Nakada2022-10-281-1/+11
* [ruby/irb] Suppress "switching inspect mode" messages Nobuyoshi Nakada2022-10-281-0/+2
* [ruby/irb] Fix warnings in test_cmd.rbPeter Zhu2022-10-271-2/+2
* [ruby/irb] Remove unnecessary test setup Stan Lo2022-10-271-4/+0
* [ruby/irb] Remove unnecessary warning check on help commandStan Lo2022-10-261-5/+0
* [ruby/irb] Rename test_helper.rb to helper.rbPeter Zhu2022-10-261-1/+1
* [ruby/irb] Don't insert new methods to Test::Unit::TestCasest00122022-10-261-1/+3
* [ruby/irb] Suppress warningsStan Lo2022-10-261-2/+2
* [ruby/irb] Add test for the help commandst00122022-10-261-0/+51