Method: Time#to_time
- Defined in:
- ext/date/date_core.c
#to_time ⇒ Time
Returns self.
8755 8756 8757 8758 8759 |
# File 'ext/date/date_core.c', line 8755 static VALUE time_to_time(VALUE self) { return self; } |
Returns self.
8755 8756 8757 8758 8759 |
# File 'ext/date/date_core.c', line 8755 static VALUE time_to_time(VALUE self) { return self; } |