Skip to content

Commit 6fd6713

Browse files
adam12ono-max
authored andcommitted
Fix prelude doc example to use curly braces
Using round parens is shell execution.
1 parent 86f6e65 commit 6fd6713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/debug/prelude.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Put the following line in your login script (e.g. ~/.bash_profile) with modified path:
77
#
8-
# export RUBYOPT="-r /path/to/debug/prelude $(RUBYOPT)"
8+
# export RUBYOPT="-r /path/to/debug/prelude ${RUBYOPT}"
99
#
1010
module Kernel
1111
def debugger(*a, up_level: 0, **kw)

0 commit comments

Comments
 (0)