Project

General

Profile

« Previous | Next » 

Revision 5f318947

Added by jhawthorn (John Hawthorn) over 5 years ago

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.