ruby/lib/irb/command
tomoya ishida a542479a75 [ruby/irb] Remove KEYWORD_ALIASES which handled special alias name
of irb_break irb_catch and irb_next command
(https://github.com/ruby/irb/pull/1004)

* Remove KEYWORD_ALIASES which handled special alias name of irb_break irb_catch and irb_next command

* Remove unused instance variable user_aliases

Co-authored-by: Stan Lo <stan001212@gmail.com>

---------

f256d7899f

Co-authored-by: Stan Lo <stan001212@gmail.com>
2024-09-12 15:04:37 +00:00
..
backtrace.rb [ruby/irb] Centralize rstrip calls 2024-04-10 17:33:44 +00:00
base.rb [ruby/irb] Group class methods under class << self 2024-07-16 15:58:15 +00:00
break.rb [ruby/irb] Centralize rstrip calls 2024-04-10 17:33:44 +00:00
catch.rb [ruby/irb] Centralize rstrip calls 2024-04-10 17:33:44 +00:00
cd.rb [ruby/irb] Introduce cd command 2024-07-03 17:17:42 +00:00
chws.rb [ruby/irb] Suppress command return values 2024-04-26 17:52:12 +00:00
context.rb [ruby/irb] Command implementation not by method 2024-04-10 16:52:53 +00:00
continue.rb [ruby/irb] Centralize rstrip calls 2024-04-10 17:33:44 +00:00
debug.rb [ruby/irb] Group class methods under class << self 2024-07-16 15:58:15 +00:00
delete.rb [ruby/irb] Centralize rstrip calls 2024-04-10 17:33:44 +00:00
disable_irb.rb [ruby/irb] Add disable_irb command to disable debug of binding.irb 2024-03-14 15:40:27 +00:00
edit.rb [ruby/irb] Remove internal-only methods from Command::Base 2024-04-17 18:36:30 +00:00
exit.rb [ruby/irb] Remove exit command workaround, handle IRB_EXIT in 2024-04-20 07:45:41 +00:00
finish.rb [ruby/irb] Centralize rstrip calls 2024-04-10 17:33:44 +00:00
force_exit.rb [ruby/irb] Remove exit command workaround, handle IRB_EXIT in 2024-04-20 07:45:41 +00:00
help.rb [ruby/irb] Remove KEYWORD_ALIASES which handled special alias name 2024-09-12 15:04:37 +00:00
history.rb [ruby/irb] Command implementation not by method 2024-04-10 16:52:53 +00:00
info.rb [ruby/irb] Centralize rstrip calls 2024-04-10 17:33:44 +00:00
internal_helpers.rb [ruby/irb] Remove internal-only methods from Command::Base 2024-04-17 18:36:30 +00:00
irb_info.rb [ruby/irb] Command implementation not by method 2024-04-10 16:52:53 +00:00
load.rb [ruby/irb] Remove internal-only methods from Command::Base 2024-04-17 18:36:30 +00:00
ls.rb [ruby/irb] Remove internal-only methods from Command::Base 2024-04-17 18:36:30 +00:00
measure.rb [ruby/irb] Remove internal-only methods from Command::Base 2024-04-17 18:36:30 +00:00
next.rb [ruby/irb] Centralize rstrip calls 2024-04-10 17:33:44 +00:00
pushws.rb [ruby/irb] Command implementation not by method 2024-04-10 16:52:53 +00:00
show_doc.rb [ruby/irb] Remove internal-only methods from Command::Base 2024-04-17 18:36:30 +00:00
show_source.rb [ruby/irb] Remove internal-only methods from Command::Base 2024-04-17 18:36:30 +00:00
step.rb [ruby/irb] Centralize rstrip calls 2024-04-10 17:33:44 +00:00
subirb.rb [ruby/irb] Suppress command return values 2024-04-26 17:52:12 +00:00
whereami.rb [ruby/irb] Command implementation not by method 2024-04-10 16:52:53 +00:00