_dump(*args) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
time_dump(int argc, VALUE *argv, VALUE time)
{
    VALUE str;

    rb_check_arity(argc, 0, 1);
    str = time_mdump(time);

    return str;
}
Register or log in to add new notes.