From a0d163da71e9e1dc2d78f20cde1b8ece866ff5a1 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 7 Sep 2008 08:02:21 +0000 Subject: rdoc update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- file.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'file.c') diff --git a/file.c b/file.c index dbaafd2e87..62155faf53 100644 --- a/file.c +++ b/file.c @@ -640,10 +640,10 @@ rb_stat_ctime(VALUE self) * * File.stat("/etc/passwd").inspect * #=> "#" + * # nlink=1, uid=0, gid=0, rdev=0x0, size=1374, blksize=4096, + * # blocks=8, atime=Wed Dec 10 10:16:12 CST 2003, + * # mtime=Fri Sep 12 15:41:41 CDT 2003, + * # ctime=Mon Oct 27 11:20:27 CST 2003>" */ static VALUE -- cgit v1.2.3