From 3121057559fa8848c734c6dc270b3ff4a1c370a2 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 31 Aug 2010 12:11:02 +0000 Subject: * ext/pathname/pathname.c (path_exist_p): Pathname#exist? translated from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pathname/lib/pathname.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/pathname/lib') diff --git a/ext/pathname/lib/pathname.rb b/ext/pathname/lib/pathname.rb index de1c301c0f..3257ef0271 100644 --- a/ext/pathname/lib/pathname.rb +++ b/ext/pathname/lib/pathname.rb @@ -486,9 +486,6 @@ end class Pathname # * FileTest * - # See FileTest.exist?. - def exist?() FileTest.exist?(@path) end - # See FileTest.grpowned?. def grpowned?() FileTest.grpowned?(@path) end -- cgit v1.2.3