Method: Date#gregorian
- Defined in:
- date_core.c
#gregorian ⇒ Object
This method is equivalent to new_start(Date::GREGORIAN).
5446 5447 5448 5449 5450 |
# File 'date_core.c', line 5446 static VALUE d_lite_gregorian(VALUE self) { return dup_obj_with_new_start(self, GREGORIAN); } |