From b8adf336a670fa84e4d8c9b1f74be225c199b561 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 29 Aug 2010 22:33:09 +0000 Subject: * ext/pathname/pathname.c (path_.executable_p): Pathname#.executable? translated from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29142 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 4615ebc6b1..bc2ce14a54 100644 --- a/ext/pathname/lib/pathname.rb +++ b/ext/pathname/lib/pathname.rb @@ -486,9 +486,6 @@ end class Pathname # * FileTest * - # See FileTest.executable?. - def executable?() FileTest.executable?(@path) end - # See FileTest.executable_real?. def executable_real?() FileTest.executable_real?(@path) end -- cgit v1.2.3