aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb.rb
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2023-06-28 08:05:43 -0500
committerGitHub <noreply@github.com>2023-06-28 09:05:43 -0400
commit6528cf9fcf503706ec16d378b27469b0be51cbff (patch)
tree22a9a3518f42a42c48a3069bc5b19d6e7e9d94bf /lib/irb.rb
parentbc3ac1872e4523334e3ed04c2bb70a55c4c43f98 (diff)
downloadruby-6528cf9fcf503706ec16d378b27469b0be51cbff.tar.gz
[DOC] Fixes for link fragments (#7981)
Diffstat (limited to 'lib/irb.rb')
-rw-r--r--lib/irb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb.rb b/lib/irb.rb
index 0e26e7940e..ed79160b24 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -983,7 +983,7 @@ class Binding
# Cooked potato: true
#
#
- # See IRB@IRB+Usage for more information.
+ # See IRB@Usage for more information.
def irb(show_code: true)
IRB.setup(source_location[0], argv: [])
workspace = IRB::WorkSpace.new(self)