aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb/test_cmd.rb
Commit message (Expand)AuthorAgeFilesLines
* irb: Removed unused variablesv3_0_0_rc1Nobuyoshi Nakada2020-12-201-2/+0
* irb: Define extension command only on the given objectNobuyoshi Nakada2020-12-201-1/+3
* Set non-verbose mode as well as tty modeNobuyoshi Nakada2020-12-201-0/+4
* Set :DEFAULT to PROMPT_MODE for CIaycabta2020-12-201-20/+8
* Suppress errors related to using variables that are not directly related to t...aycabta2020-12-201-4/+20
* [ruby/irb] Add measure commandaycabta2020-12-201-0/+144
* Fix typosKazuhiro NISHIYAMA2020-05-091-4/+4
* Restore the external and internal encodings of STDIN, STDOUT, and STDERRYusuke Endoh2020-05-081-0/+4
* test/irb/test_cmd.rb: clear IRB.@CONF on setupYusuke Endoh2020-05-081-0/+1
* [ruby/irb] Restore the default encodingsNobuyoshi Nakada2020-04-301-0/+4
* [ruby/irb] Suppress messages switching inspect modeNobuyoshi Nakada2020-04-301-0/+4
* [ruby/irb] Relaxed regexp for readlineNobuyoshi Nakada2020-04-301-1/+1
* [ruby/irb] Check existence of rc files in irb_info commandaycabta2020-04-291-0/+50
* [ruby/irb] Add irb_info commandaycabta2020-04-291-0/+64