index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
irb
/
test_cmd.rb
Age
Commit message (
Expand
)
Author
2024-02-16
[ruby/irb] Standardize command related names
Stan Lo
2024-02-14
[ruby/irb] Repurpose the help command to display the help message
Stan Lo
2024-02-12
[ruby/irb] Powerup show_source by enabling RubyVM.keep_script_lines
tomoya ishida
2024-02-12
[ruby/irb] Fix exit! command warning and method behavior
tomoya ishida
2024-02-11
[ruby/irb] Polish the exit! command and its tests
Stan Lo
2023-12-13
[ruby/irb] Remove unused lvar in mesure command test
tomoya ishida
2023-12-13
[ruby/irb] Warn and do nothing if block is passed to measure command
tomoya ishida
2023-12-02
[ruby/irb] Implement `history` command
Gary Tou
2023-11-28
[ruby/irb] Change show_source tests into integration tests
Peter Zhu
2023-11-28
[ruby/irb] This enhancement allows a user to add the -s flag if they
paulreece
2023-11-26
[ruby/irb] Display aliases in help message
Stan Lo
2023-11-26
[ruby/irb] Support disabling pager
Stan Lo
2023-11-08
[ruby/irb] Type based completion using Prism and RBS
tomoya ishida
2023-10-21
[ruby/irb] Minor refactors around irb.rb
Stan Lo
2023-09-26
[ruby/irb] Disable pager in show-source test
tomoya ishida
2023-08-29
[ruby/irb] Remove unused `PROMPT_N`
Summer ☀️
2023-08-21
[ruby/irb] Move input processing out of RubyLex
Stan Lo
2023-08-20
[ruby/irb] Support `VISUAL` env var, and prefer it over `EDITOR`
Summer ☀️
2023-07-26
[ruby/irb] Page `ls`'s output (https://github.com/ruby/irb/pull/657)
Stan Lo
2023-07-25
[ruby/irb] Display `show_cmds`'s output in a pager when in TTY
Stan Lo
2023-06-30
[ruby/irb] Reduce internal operations' exposure to benchmarking
Stan Lo
2023-06-28
[ruby/irb] Reduce test pend truffleruby
tomoya ishida
2023-05-23
[ruby/irb] Allow `show_source` for private methods
TSUYUSATO Kitsune
2023-05-18
[ruby/irb] Print deprecation warning for `help` command
Stan Lo
2023-04-24
[ruby/irb] Simplify the help command's implementation
Stan Lo
2023-04-24
[ruby/irb] Filter out top-level methods when using `ls
Stan Lo
2023-04-05
[ruby/irb] Drop Ruby 2.6 support
Stan Lo
2023-04-02
[ruby/irb] Don't check RUBY_ENGINE when deciding whether to accept kargs
Stan Lo
2023-03-31
[ruby/irb] Drop unnecessary pends for truffleruby
Stan Lo
2023-02-28
[ruby/irb] Display and prioritise instance methods in `ls
Stan Lo
2023-02-04
[ruby/irb] Add tests for workspaces commands
Stan Lo
2023-01-12
[ruby/irb] Avoid calling private methods on the main object
Stan Lo
2023-01-05
[ruby/irb] Group command test cases with class
Stan Lo
2022-12-26
Sync IRB master: tool/sync_default_gems.rb irb
Takashi Kokubun
2022-12-26
[ruby/irb] Suppress "switching inspect mode" messages
Nobuyoshi Nakada
2022-12-26
[ruby/irb] Remove unnecessary warning check on help command
Stan Lo
2022-12-26
[ruby/irb] Remove unnecessary test setup
Stan Lo
2022-12-26
[ruby/irb] Add test for the help command
st0012
2022-12-12
[ruby/irb] Group show_doc tests and update the expectation
Stan Lo
2022-12-12
[ruby/irb] `show_doc` command should take non-string argument too
Stan Lo
2022-12-08
[ruby/irb] Add show_doc as an alias to the help command
Stan Lo
2022-12-08
[ruby/irb] Gracefully handle missing command argument
Stan Lo
2022-12-08
[ruby/irb] Add "show_cmds" command to list all commands'
Stan Lo
2022-11-21
Prevent a "warning: ambiguity between regexp and two divisions"
Yusuke Endoh
2022-11-20
[ruby/irb] Push an accidentally uncommitted diff
Takashi Kokubun
2022-11-20
[ruby/irb] Try using a different file name
Takashi Kokubun
2022-11-20
[ruby/irb] Require rubygems for ruby/ruby
Takashi Kokubun
2022-11-20
[ruby/irb] Fix CI failure on ruby/ruby
Takashi Kokubun
2022-11-20
[ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)
Stan Lo
2022-11-18
Prevent a "method redefined" warning
Yusuke Endoh
[next]