From 2d0cbb3c3a4020eabb65b1d37ed5f5e3abf6bad7 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 28 Aug 2010 21:34:52 +0000 Subject: * ext/pathname/pathname.c (path_chardev_p): Pathname#chardev? translated from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29128 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 f55ec1938a..4615ebc6b1 100644 --- a/ext/pathname/lib/pathname.rb +++ b/ext/pathname/lib/pathname.rb @@ -486,9 +486,6 @@ end class Pathname # * FileTest * - # See FileTest.chardev?. - def chardev?() FileTest.chardev?(@path) end - # See FileTest.executable?. def executable?() FileTest.executable?(@path) end -- cgit v1.2.3