From 65415a8416dc2681f3745c0093110b37481e8256 Mon Sep 17 00:00:00 2001 From: Adam Daniels Date: Thu, 28 Dec 2023 12:08:24 -0500 Subject: [PATCH] Fix prelude doc example to use curly braces Using round parens is shell execution. --- lib/debug/prelude.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/debug/prelude.rb b/lib/debug/prelude.rb index 0f6611963..c83c63a5f 100644 --- a/lib/debug/prelude.rb +++ b/lib/debug/prelude.rb @@ -5,7 +5,7 @@ # Put the following line in your login script (e.g. ~/.bash_profile) with modified path: # -# export RUBYOPT="-r /path/to/debug/prelude $(RUBYOPT)" +# export RUBYOPT="-r /path/to/debug/prelude ${RUBYOPT}" # module Kernel def debugger(*a, up_level: 0, **kw)