summaryrefslogtreecommitdiff
path: root/test/irb/test_cmd.rb
AgeCommit message (Expand)Author
2020-12-20irb: Removed unused variablesv3_0_0_rc1Nobuyoshi Nakada
2020-12-20irb: Define extension command only on the given objectNobuyoshi Nakada
2020-12-20Set non-verbose mode as well as tty modeNobuyoshi Nakada
2020-12-20Set :DEFAULT to PROMPT_MODE for CIaycabta
2020-12-20Suppress errors related to using variables that are not directly related to t...aycabta
2020-12-20[ruby/irb] Add measure commandaycabta
2020-05-09Fix typosKazuhiro NISHIYAMA
2020-05-08Restore the external and internal encodings of STDIN, STDOUT, and STDERRYusuke Endoh
2020-05-08test/irb/test_cmd.rb: clear IRB.@CONF on setupYusuke Endoh
2020-04-30[ruby/irb] Restore the default encodingsNobuyoshi Nakada
2020-04-30[ruby/irb] Suppress messages switching inspect modeNobuyoshi Nakada
2020-04-30[ruby/irb] Relaxed regexp for readlineNobuyoshi Nakada
2020-04-29[ruby/irb] Check existence of rc files in irb_info commandaycabta
2020-04-29[ruby/irb] Add irb_info commandaycabta