* lib/tmpdir.rb: Don't need to rescue LoadError for etc.so.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7f87816a89
commit
869c7ce0d1
@ -1,3 +1,7 @@
|
||||
Thu Apr 24 20:53:02 2014 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* lib/tmpdir.rb: Don't need to rescue LoadError for etc.so.
|
||||
|
||||
Thu Apr 24 17:39:53 2014 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* file.c (statfs_inspect): suppress warnings.
|
||||
|
@ -5,10 +5,7 @@
|
||||
#
|
||||
|
||||
require 'fileutils'
|
||||
begin
|
||||
require 'etc.so'
|
||||
rescue LoadError
|
||||
end
|
||||
require 'etc.so'
|
||||
|
||||
class Dir
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user