From b83a2252f53a85600a0ab4b1e2d72d3f3484bdd9 Mon Sep 17 00:00:00 2001 From: Gabriel Lidenor Date: Fri, 4 Sep 2026 14:26:34 -0500 Subject: [PATCH] fix: remove debug message Because it is not completely true, since for one to be able to use debug, one first need to start irb with binding.irb --- lib/irb/startup_message.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/irb/startup_message.rb b/lib/irb/startup_message.rb index eec3cd2a6..c89052210 100644 --- a/lib/irb/startup_message.rb +++ b/lib/irb/startup_message.rb @@ -14,7 +14,6 @@ module StartupMessage '"cd object" to navigate into an object', '"show_source method" to view source code', '"copy expr" to copy the output to clipboard', - '"debug" to start integration with the "debug" gem', '"history -g pattern" to search history', ].freeze