1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/tempfile.rb: remove "require 'thread'". its features are no

longer used.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
glass 2014-08-27 14:36:25 +00:00
parent 3644b94b33
commit c4ad649e07
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Wed Aug 27 23:10:24 2014 Masaki Matsushita <glass.saga@gmail.com>
* lib/tempfile.rb: remove "require 'thread'". its features are no
longer used.
Wed Aug 27 21:19:40 2014 gogo tanaka <mail@tanakakazuki.com>
* lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation.

View file

@ -6,7 +6,6 @@
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