Project

General

Profile

Bug #1624 ยป size.patch

runpaint (Run Paint Run Run), 06/14/2009 02:45 AM

View differences:

file.c
return stat_ctime(&st);
}
/*
* call-seq:
* file.size => integer
*
* Returns the size of <i>file</i> in bytes.
*
* File.new("testfile").size #=> 66
*
*/
static VALUE
rb_file_size(VALUE obj)
{
    (1-1/1)