Skip to content

Commit

Permalink
Fix prelude doc example to use curly braces
Browse files Browse the repository at this point in the history
Using round parens is shell execution.
  • Loading branch information
adam12 authored and ko1 committed Jan 19, 2024
1 parent 19b91b1 commit c82c580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/debug/prelude.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c82c580

Please sign in to comment.