summaryrefslogtreecommitdiff
path: root/ext/pathname/lib/pathname.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-10 21:54:24 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-10 21:54:24 +0000
commit0f070a1f4bb6227cb0a18b1e6dab6e5f972a1c9b (patch)
tree311adc28fa00054065055f3392dde85b2f249689 /ext/pathname/lib/pathname.rb
parent1a8a6580e9dab1267187e592f182ada8a39a0747 (diff)
* ext/pathname/pathname.c (path_symlink_p): Pathname#symlink?
translated from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29220 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 4f3b5b9d6c..985451e8ae 100644
--- a/ext/pathname/lib/pathname.rb
+++ b/ext/pathname/lib/pathname.rb
@@ -486,9 +486,6 @@ end
class Pathname # * FileTest *
- # See <tt>FileTest.symlink?</tt>.
- def symlink?() FileTest.symlink?(@path) end
-
# See <tt>FileTest.writable?</tt>.
def writable?() FileTest.writable?(@path) end