aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pathname/lib
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-07 21:26:33 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-07 21:26:33 +0000
commitc37ec5c9d2b5a45443149af56f1312956591a8b4 (patch)
tree4acb776199836a0c94685d37c038f706605e0091 /ext/pathname/lib
parent8e3c2ced73e6e8b149b1567b84e621041add19a4 (diff)
downloadruby-c37ec5c9d2b5a45443149af56f1312956591a8b4.tar.gz
* ext/pathname/pathname.c (path_setuid_p): Pathname#setuid? translated
from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/pathname/lib')
-rw-r--r--ext/pathname/lib/pathname.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/pathname/lib/pathname.rb b/ext/pathname/lib/pathname.rb
index 44b50297b7..e6fa443ccc 100644
--- a/ext/pathname/lib/pathname.rb
+++ b/ext/pathname/lib/pathname.rb
@@ -486,9 +486,6 @@ end
class Pathname # * FileTest *
- # See <tt>FileTest.setuid?</tt>.
- def setuid?() FileTest.setuid?(@path) end
-
# See <tt>FileTest.setgid?</tt>.
def setgid?() FileTest.setgid?(@path) end