зеркало из https://github.com/github/ruby.git
* lib/tempfile.rb (Tempfile::MAX_TRY): remove unused constant.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
483fd7485b
Коммит
7b18746587
|
@ -1,3 +1,7 @@
|
|||
Sun Dec 4 22:34:43 2011 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* lib/tempfile.rb (Tempfile::MAX_TRY): remove unused constant.
|
||||
|
||||
Sun Dec 4 12:11:28 2011 Kazuki Tsujimoto <kazuki@callcc.net>
|
||||
|
||||
* lib/pp.rb: fix rdoc.
|
||||
|
|
|
@ -79,7 +79,6 @@ require 'thread'
|
|||
# same Tempfile object from multiple threads then you should protect it with a
|
||||
# mutex.
|
||||
class Tempfile < DelegateClass(File)
|
||||
MAX_TRY = 10 # :nodoc:
|
||||
include Dir::Tmpname
|
||||
|
||||
# call-seq:
|
||||
|
|
Загрузка…
Ссылка в новой задаче