Method: Time#monday?
- Defined in:
- time.c
permalink #monday? ⇒ Boolean
4876 4877 4878 4879 4880 |
# File 'time.c', line 4876
static VALUE
time_monday(VALUE time)
{
wday_p(1);
}
|
4876 4877 4878 4879 4880 |
# File 'time.c', line 4876
static VALUE
time_monday(VALUE time)
{
wday_p(1);
}
|