summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2022-06-20 09:37:52 -0400
committergit <[email protected]>2022-06-20 22:42:30 +0900
commit5ca2335802b281f9a38b1d9b73b146b94ed0eed3 ()
treed9936af7ff2d445049ef9d47ce4b50a17deb6c9f
parent2d4a41df6bef7a67784c680550591d5b883853fe (diff)
[ruby/irb] [DOC] Fix formatting in docs
https://.com/ruby/irb/commit/3ddc89e38c
-rw-r--r--lib/irb.rb6
1 files changed, 3 insertions, 3 deletions
@@ -105,9 +105,9 @@ require_relative "irb/easter-egg"
# IRB reads a personal initialization file when it's invoked.
# IRB searches a file in the following order and loads the first one found.
#
-# * +$IRBRC+ (if +$IRBRC+ is set)
-# * +$XDG_CONFIG_HOME/irb/irbrc+ (if +$XDG_CONFIG_HOME+ is set)
-# * +~/.irbrc+
# * +.config/irb/irbrc+
# * +.irbrc+
# * +irb.rc+