[前][次][番号順一覧][スレッド一覧]

ruby-changes:32251

From: drbrain <ko1@a...>
Date: Sun, 22 Dec 2013 10:16:27 +0900 (JST)
Subject: [ruby-changes:32251] drbrain:r44330 (trunk): * lib/rubygems.rb (module Gem): Fix comment for

drbrain	2013-12-22 10:16:22 +0900 (Sun, 22 Dec 2013)

  New Revision: 44330

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44330

  Log:
    * lib/rubygems.rb (module Gem):  Fix comment for
      Gem::load_path_insert_index.

  Modified files:
    trunk/ChangeLog
    trunk/lib/rubygems.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 44329)
+++ ChangeLog	(revision 44330)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Dec 22 10:16:08 2013  Eric Hodel  <drbrain@s...>
+
+	* lib/rubygems.rb (module Gem):  Fix comment for
+	  Gem::load_path_insert_index.
+
 Sun Dec 22 04:07:55 2013  Koichi Sasada  <ko1@a...>
 
 	* gc.c (ruby_gc_set_params): don't show obsolete warnings for
Index: lib/rubygems.rb
===================================================================
--- lib/rubygems.rb	(revision 44329)
+++ lib/rubygems.rb	(revision 44330)
@@ -568,11 +568,8 @@ module Gem https://github.com/ruby/ruby/blob/trunk/lib/rubygems.rb#L568
   end
 
   ##
-  # The index to insert activated gem paths into the $LOAD_PATH.
-  #
-  # Defaults to the site lib directory unless gem_prelude.rb has loaded paths,
-  # then it inserts the activated gem's paths before the gem_prelude.rb paths
-  # so you can override the gem_prelude.rb default $LOAD_PATH paths.
+  # The index to insert activated gem paths into the $LOAD_PATH. The activated
+  # gem's paths are inserted before site lib directory by default.
 
   def self.load_path_insert_index
     index = $LOAD_PATH.index ConfigMap[:sitelibdir]

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]