diff options
author | Peter Zhu <[email protected]> | 2022-06-20 09:37:52 -0400 |
---|---|---|
committer | git <[email protected]> | 2022-06-20 22:42:30 +0900 |
commit | 5ca2335802b281f9a38b1d9b73b146b94ed0eed3 () | |
tree | d9936af7ff2d445049ef9d47ce4b50a17deb6c9f | |
parent | 2d4a41df6bef7a67784c680550591d5b883853fe (diff) |
[ruby/irb] [DOC] Fix formatting in docs
https://.com/ruby/irb/commit/3ddc89e38c
-rw-r--r-- | lib/irb.rb | 6 |
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+ |