method

wnum1

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: Date
wnum1() private

No documentation

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

Hide source
static VALUE
d_lite_wnum1(VALUE self)
{
    get_d1(self);
    return INT2FIX(m_wnum1(dat));
}
Register or log in to add new notes.