Avoid rb_check_string_type in month_arg
This will usually receive a fixnum so we should check that first instead of the more expensive rb_check_string_type check.
Avoid rb_check_string_type in month_arg
This will usually receive a fixnum so we should check that first instead
of the more expensive rb_check_string_type check.