summaryrefslogtreecommitdiff
path: root/ext/pathname/lib/pathname.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-27 23:19:30 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-27 23:19:30 +0000
commitb6595225c1a68f212eb2d11f35de7732b9114fd7 (patch)
treeac94fac6bdc9d0e8e01798540bf5b03f1b1f8623 /ext/pathname/lib/pathname.rb
parent55c2e00d6503365e7140cc2e8fc5cb854f420553 (diff)
* ext/pathname/pathname.c (path_blockdev_p): Pathname#blockdev?
translated from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/pathname/lib/pathname.rb')
-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 c9bf0c5fb8..f55ec1938a 100644
--- a/ext/pathname/lib/pathname.rb
+++ b/ext/pathname/lib/pathname.rb
@@ -486,9 +486,6 @@ end
class Pathname # * FileTest *
- # See <tt>FileTest.blockdev?</tt>.
- def blockdev?() FileTest.blockdev?(@path) end
-
# See <tt>FileTest.chardev?</tt>.
def chardev?() FileTest.chardev?(@path) end