aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pathname/lib/pathname.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-03 21:25:43 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-03 21:25:43 +0000
commit88e78ac59b042365a09199aa72488405bcbcad95 (patch)
treeca79f8bf1814d6605c1e62d91ab7e71a1c99c9a0 /ext/pathname/lib/pathname.rb
parent5e9c47c81d986219b1d6c64e4e490179527cd916 (diff)
downloadruby-88e78ac59b042365a09199aa72488405bcbcad95.tar.gz
* ext/pathname/pathname.c (path_atime): Pathname#atime translated from
pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28848 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 a89b740638..1a88d5f603 100644
--- a/ext/pathname/lib/pathname.rb
+++ b/ext/pathname/lib/pathname.rb
@@ -512,9 +512,6 @@ end
class Pathname # * File *
- # See <tt>File.atime</tt>. Returns last access time.
- def atime() File.atime(@path) end
-
# See <tt>File.ctime</tt>. Returns last (directory entry, not file) change time.
def ctime() File.ctime(@path) end