Method: File::Stat#ctime
- Defined in:
- file.c
#ctime ⇒ Time
1026 1027 1028 1029 1030 |
# File 'file.c', line 1026
static VALUE
rb_stat_ctime(VALUE self)
{
return stat_ctime(get_stat(self));
}
|
1026 1027 1028 1029 1030 |
# File 'file.c', line 1026
static VALUE
rb_stat_ctime(VALUE self)
{
return stat_ctime(get_stat(self));
}
|