Method: Time#to_time

Defined in:
ext/date/date_core.c

#to_timeTime

Returns self.

Returns:



8891
8892
8893
8894
8895
# File 'ext/date/date_core.c', line 8891

static VALUE
time_to_time(VALUE self)
{
    return self;
}