mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a788a2e531
commit
a0d163da71
1 changed files with 4 additions and 4 deletions
8
file.c
8
file.c
|
@ -640,10 +640,10 @@ rb_stat_ctime(VALUE self)
|
|||
*
|
||||
* File.stat("/etc/passwd").inspect
|
||||
* #=> "#<File::Stat dev=0xe000005, ino=1078078, mode=0100644,
|
||||
* 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>"
|
||||
* # 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
|
||||
|
|
Loading…
Reference in a new issue