mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/fileutils.rb (FileUtils::fu_world_writable): make it
private. [ruby-core:07383] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1b1dfcbee4
commit
c26dff9396
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Sat Feb 18 12:18:26 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
|
* lib/fileutils.rb (FileUtils::fu_world_writable): make it
|
||||||
|
private. [ruby-core:07383]
|
||||||
|
|
||||||
Sat Feb 18 00:22:39 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
Sat Feb 18 00:22:39 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* lib/tracer.rb: merged a minor clarification patch from Daniel
|
* lib/tracer.rb: merged a minor clarification patch from Daniel
|
||||||
|
|
|
@ -719,6 +719,7 @@ module FileUtils
|
||||||
def fu_world_writable?(st)
|
def fu_world_writable?(st)
|
||||||
(st.mode & 0002) != 0
|
(st.mode & 0002) != 0
|
||||||
end
|
end
|
||||||
|
private_module_function :fu_world_writable?
|
||||||
|
|
||||||
def fu_have_symlink? #:nodoc
|
def fu_have_symlink? #:nodoc
|
||||||
File.symlink nil, nil
|
File.symlink nil, nil
|
||||||
|
|
Loading…
Add table
Reference in a new issue