mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
* ext/pathname/pathname.c (path_writable_real_p):
Pathname#writable_real? translated from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d50b19ff27
commit
a335ded4c9
3 changed files with 15 additions and 3 deletions
|
@ -486,9 +486,6 @@ end
|
|||
|
||||
class Pathname # * FileTest *
|
||||
|
||||
# See <tt>FileTest.writable_real?</tt>.
|
||||
def writable_real?() FileTest.writable_real?(@path) end
|
||||
|
||||
# See <tt>FileTest.zero?</tt>.
|
||||
def zero?() FileTest.zero?(@path) end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue