aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pathname/lib
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-05 13:09:53 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-05 13:09:53 +0000
commit9bf69293e7db531f4ab8d8420b86f3ed627d3b96 (patch)
treeb38bc983853e96f98d887612e388cc23ad4823ee /ext/pathname/lib
parent5ffe59faf8ad8f3ccfa39ec1d0d1791dfc02ac55 (diff)
downloadruby-9bf69293e7db531f4ab8d8420b86f3ed627d3b96.tar.gz
* ext/pathname/pathname.c (path_ctime): Pathname#ctime translated from
pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28878 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 1a88d5f603..907ee1157a 100644
--- a/ext/pathname/lib/pathname.rb
+++ b/ext/pathname/lib/pathname.rb
@@ -512,9 +512,6 @@ end
class Pathname # * File *
- # See <tt>File.ctime</tt>. Returns last (directory entry, not file) change time.
- def ctime() File.ctime(@path) end
-
# See <tt>File.mtime</tt>. Returns last modification time.
def mtime() File.mtime(@path) end