Flowdock
_dump(p1 = v1) 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_scan_args(argc, argv, "01", 0);
    str = time_mdump(time);

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