Skip to content

Commit ab937ac

Browse files
st0012ko1
authored andcommitted
Correct the irb command's description
1 parent 6a9c75f commit ab937ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ The `<...>` notation means the argument.
713713
* `eval <expr>`
714714
* Evaluate `<expr>` on the current frame.
715715
* `irb`
716-
* Invoke `irb` on the current frame.
716+
* Activate and switch to `irb:rdbg` console
717717

718718
### Trace
719719

lib/debug/session.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ def register_default_command
938938
end
939939

940940
# * `irb`
941-
# * Invoke `irb` on the current frame.
941+
# * Activate and switch to `irb:rdbg` console
942942
register_command 'irb' do |arg|
943943
if @ui.remote?
944944
@ui.puts "\nIRB is not supported on the remote console."

0 commit comments

Comments
 (0)