summaryrefslogtreecommitdiff
path: root/ext/pathname/lib
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-28 21:34:52 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-28 21:34:52 +0000
commit2d0cbb3c3a4020eabb65b1d37ed5f5e3abf6bad7 (patch)
tree04ba4576aef424dbd3f50b91538040b25cf45027 /ext/pathname/lib
parenta2bf9203e8b74065eb1452dd13741b3de7305eaf (diff)
* 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
Diffstat (limited to 'ext/pathname/lib')
-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 f55ec1938a..4615ebc6b1 100644
--- a/ext/pathname/lib/pathname.rb
+++ b/ext/pathname/lib/pathname.rb
@@ -486,9 +486,6 @@ end
class Pathname # * FileTest *
- # See <tt>FileTest.chardev?</tt>.
- def chardev?() FileTest.chardev?(@path) end
-
# See <tt>FileTest.executable?</tt>.
def executable?() FileTest.executable?(@path) end