Method: DateTime.new
- Defined in:
- ext/date/date_core.c
.new(*args) ⇒ Object
Same as DateTime.new.
7726 7727 7728 7729 7730 |
# File 'ext/date/date_core.c', line 7726 static VALUE datetime_s_civil(int argc, VALUE *argv, VALUE klass) { return datetime_initialize(argc, argv, d_lite_s_alloc_complex(klass)); } |