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
/
lib
/
irb
/
command
Age
Commit message (
Expand
)
Author
2025-01-24
Migrate irb and reline to the bundled gems
Hiroshi SHIBATA
2025-01-22
[ruby/irb] Update documentation about the new copy command
Stan Lo
2025-01-22
[ruby/irb] Show a quick preview of inspect result before pager
tomoya ishida
2025-01-22
[ruby/irb] Add copy command (https://github.com/ruby/irb/pull/1044)
Prajjwal Singh
2024-12-29
[ruby/irb] Fix broken `history` command with -g
sanfrecce-osaka
2024-12-13
[ruby/irb] Avoid generating documentation pages for internal
Stan Lo
2024-12-03
[ruby/irb] Don't show 'Maybe IRB bug!' in show_source and ls command
tomoya ishida
2024-11-19
[ruby/irb] Don't use delegator to install helper methods to main
tomoya ishida
2024-09-12
[ruby/irb] Remove KEYWORD_ALIASES which handled special alias name
tomoya ishida
2024-07-16
[ruby/irb] Group class methods under `class << self`
Stan Lo
2024-07-03
[ruby/irb] Introduce cd command
Stan Lo
2024-05-04
[ruby/irb] Improve help message for no meta commands
Stan Lo
2024-05-04
[ruby/irb] Use flag instead of caller for `debug`'s binding.irb
Stan Lo
2024-05-03
[ruby/irb] Avoid raising errors while running help for custom
Kenichi Kamiya
2024-04-26
[ruby/irb] Suppress command return values
Stan Lo
2024-04-23
Sync IRB f9347b1 (#10611)
Stan Lo
2024-04-20
[ruby/irb] Stop using ExtendCommandBundle internally
Stan Lo
2024-04-20
[ruby/irb] Remove exit command workaround, handle IRB_EXIT in
tomoya ishida
2024-04-17
[ruby/irb] Remove internal-only methods from Command::Base
tomoya ishida
2024-04-14
[ruby/irb] Allow defining custom commands in IRB
Stan Lo
2024-04-10
[ruby/irb] Centralize rstrip calls
Stan Lo
2024-04-10
[ruby/irb] Command implementation not by method
tomoya ishida
2024-03-16
[ruby/irb] Fix irb_history saved to current directory
tomoya ishida
2024-03-14
[ruby/irb] Add disable_irb command to disable debug of binding.irb
hogelog
2024-03-05
[ruby/irb] Add the ability to fetch and load multiple irb files.
Haroon Ahmed
2024-03-01
[ruby/irb] Restructure workspace management
Stan Lo
2024-02-25
[ruby/irb] Add help messages to `show_source` and `show_doc`
Stan Lo
2024-02-23
[ruby/irb] Turn on frozen literal in files
Stan Lo
2024-02-19
[ruby/irb] Fix `irb:rdbg` for ruby head
Stan Lo
2024-02-18
[ruby/irb] Revamp `help` command
Stan Lo
2024-02-16
[ruby/irb] Standardize command related names
Stan Lo