Method: Time#to_time
- Defined in:
- ext/date/date_core.c
#to_time ⇒ Time
Returns self.
8891 8892 8893 8894 8895 |
# File 'ext/date/date_core.c', line 8891
static VALUE
time_to_time(VALUE self)
{
return self;
}
|
Returns self.
8891 8892 8893 8894 8895 |
# File 'ext/date/date_core.c', line 8891
static VALUE
time_to_time(VALUE self)
{
return self;
}
|