From 6528cf9fcf503706ec16d378b27469b0be51cbff Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Wed, 28 Jun 2023 08:05:43 -0500 Subject: [DOC] Fixes for link fragments (#7981) --- lib/irb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/irb.rb') 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) -- cgit v1.2.3