diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-08-09 21:27:20 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-08-09 21:27:20 +0000 |
| commit | 8aa17733fa55828db19bb00a9943a1f6ee61782b (patch) | |
| tree | dde02d0c47597def219866d63567d3178899a79c /ext/pathname/lib/pathname.rb | |
| parent | ec5bb26fa031288fd8f935443805f68e5637ee75 (diff) | |
* ext/pathname/pathname.c (path_readlink): Pathname#readlink translated
from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/pathname/lib/pathname.rb')
| -rw-r--r-- | ext/pathname/lib/pathname.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/pathname/lib/pathname.rb b/ext/pathname/lib/pathname.rb index 197c9e6bf4..9ba002b6ca 100644 --- a/ext/pathname/lib/pathname.rb +++ b/ext/pathname/lib/pathname.rb @@ -512,9 +512,6 @@ end class Pathname # * File * - # See <tt>File.readlink</tt>. Read symbolic link. - def readlink() self.class.new(File.readlink(@path)) end - # See <tt>File.rename</tt>. Rename the file. def rename(to) File.rename(@path, to) end |
