mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
[ruby/irb] Debugging command warning should not be specific to the
`debug` command
(https://github.com/ruby/irb/pull/806)
b7b57311cc
This commit is contained in:
parent
c05278e425
commit
5809b75019
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module IRB
|
|||
# 4. Exit the current Irb#run call via `throw :IRB_EXIT`.
|
||||
# 5. `Irb#debug_break` will be called and trigger the breakpoint, which will run the intended command.
|
||||
unless binding_irb?
|
||||
puts "`debug` command is only available when IRB is started with binding.irb"
|
||||
puts "Debugging commands are only available when IRB is started with binding.irb"
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue