Method: Time#to_time

Defined in:
ext/date/date_core.c

#to_timeTime

Returns self.

Returns:



8755
8756
8757
8758
8759
# File 'ext/date/date_core.c', line 8755

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