From d85c24058dd4c3824f45691ad319c717d4570537 Mon Sep 17 00:00:00 2001 From: Artur <22315378+artur-intech@users.noreply.github.com> Date: Fri, 22 Mar 2024 14:34:44 +0300 Subject: [PATCH] [ruby/irb] Remove misleading documentation (https://github.com/ruby/irb/pull/906) https://github.com/ruby/irb/issues/904 https://github.com/ruby/irb/commit/89bca01bba --- lib/irb.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/irb.rb b/lib/irb.rb index 8e27aff0b1..c7d36e7445 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -145,7 +145,6 @@ require_relative "irb/pager" # * The value of variable `$XDG_CONFIG_HOME/irb/irbrc`, if defined. # * File `$HOME/.irbrc`, if it exists. # * File `$HOME/.config/irb/irbrc`, if it exists. -# * File `.config/irb/irbrc` in the current directory, if it exists. # * File `.irbrc` in the current directory, if it exists. # * File `irb.rc` in the current directory, if it exists. # * File `_irbrc` in the current directory, if it exists.