ruby/lib/irb/command
hogelog 3822ca9884 [ruby/irb] Add disable_irb command to disable debug of binding.irb
(https://github.com/ruby/irb/pull/898)

* Add disable_irb command to disable debug of binding.irb

* disable_irb doesn't override Kernel.exit

Kernel.exit call is removed because disable_irb does not override Kernel.exit
and workaround to https://bugs.ruby-lang.org/issues/18234 is not needed.

29901e4f21
2024-03-14 15:40:27 +00:00
..
backtrace.rb
base.rb [ruby/irb] Turn on frozen literal in files 2024-02-23 10:53:53 +00:00
break.rb
catch.rb
chws.rb [ruby/irb] Turn on frozen literal in files 2024-02-23 10:53:53 +00:00
continue.rb
debug.rb [ruby/irb] Fix irb:rdbg for ruby head 2024-02-19 11:01:30 +09:00
delete.rb
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
exit.rb
finish.rb
force_exit.rb
help.rb
history.rb
info.rb
irb_info.rb [ruby/irb] Add the ability to fetch and load multiple irb files. 2024-03-05 16:07:45 +00:00
load.rb [ruby/irb] Turn on frozen literal in files 2024-02-23 10:53:53 +00:00
ls.rb
measure.rb
next.rb
pushws.rb [ruby/irb] Restructure workspace management 2024-03-01 15:51:29 +00:00
show_doc.rb [ruby/irb] Add help messages to show_source and show_doc 2024-02-25 15:22:33 +00:00
show_source.rb [ruby/irb] Add help messages to show_source and show_doc 2024-02-25 15:22:33 +00:00
step.rb
subirb.rb [ruby/irb] Turn on frozen literal in files 2024-02-23 10:53:53 +00:00
whereami.rb