summaryrefslogtreecommitdiff
path: root/ext/pathname/lib/pathname.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-08 11:57:34 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-08 11:57:34 +0000
commitbafa881327f7de02f756e526e35ed78ffd051011 (patch)
tree3d7b17380315f4ebb38c4fe7d9b1c21c3a394642 /ext/pathname/lib/pathname.rb
parentb684424176de9104bb262758daa00729ca621f50 (diff)
* ext/pathname/pathname.c (path_setgid_p): Pathname#setgid? translated
from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/pathname/lib/pathname.rb')
-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 e6fa443ccc..8d220223fe 100644
--- a/ext/pathname/lib/pathname.rb
+++ b/ext/pathname/lib/pathname.rb
@@ -486,9 +486,6 @@ end
class Pathname # * FileTest *
- # See <tt>FileTest.setgid?</tt>.
- def setgid?() FileTest.setgid?(@path) end
-
# See <tt>FileTest.size</tt>.
def size() FileTest.size(@path) end