ruby-changes:35219
From: glass <ko1@a...>
Date: Wed, 27 Aug 2014 23:36:37 +0900 (JST)
Subject: [ruby-changes:35219] glass:r47301 (trunk): * lib/tempfile.rb: remove "require 'thread'". its features are no
glass 2014-08-27 23:36:25 +0900 (Wed, 27 Aug 2014) New Revision: 47301 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47301 Log: * lib/tempfile.rb: remove "require 'thread'". its features are no longer used. Modified files: trunk/ChangeLog trunk/lib/tempfile.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 47300) +++ ChangeLog (revision 47301) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Aug 27 23:10:24 2014 Masaki Matsushita <glass.saga@g...> + + * lib/tempfile.rb: remove "require 'thread'". its features are no + longer used. + Wed Aug 27 21:19:40 2014 gogo tanaka <mail@t...> * lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation. Index: lib/tempfile.rb =================================================================== --- lib/tempfile.rb (revision 47300) +++ lib/tempfile.rb (revision 47301) @@ -6,7 +6,6 @@ https://github.com/ruby/ruby/blob/trunk/lib/tempfile.rb#L6 require 'delegate' require 'tmpdir' -require 'thread' # A utility class for managing temporary files. When you create a Tempfile # object, it will create a temporary file with a unique filename. A Tempfile -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/