From bafa881327f7de02f756e526e35ed78ffd051011 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 8 Sep 2010 11:57:34 +0000 Subject: * 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 --- ext/pathname/lib/pathname.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/pathname/lib/pathname.rb') 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 FileTest.setgid?. - def setgid?() FileTest.setgid?(@path) end - # See FileTest.size. def size() FileTest.size(@path) end -- cgit v1.2.3