mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 06:25:31 +02:00
![]() (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.
|
||
---|---|---|
.. | ||
backtrace.rb | ||
base.rb | ||
break.rb | ||
catch.rb | ||
chws.rb | ||
continue.rb | ||
debug.rb | ||
delete.rb | ||
disable_irb.rb | ||
edit.rb | ||
exit.rb | ||
finish.rb | ||
force_exit.rb | ||
help.rb | ||
history.rb | ||
info.rb | ||
irb_info.rb | ||
load.rb | ||
ls.rb | ||
measure.rb | ||
next.rb | ||
pushws.rb | ||
show_doc.rb | ||
show_source.rb | ||
step.rb | ||
subirb.rb | ||
whereami.rb |