Project

General

Profile

ยซ Previous | Next ยป 

Revision 3ed59627

Added by peterzhu2118 (Peter Zhu) over 1 year ago

Replace assert with RUBY_ASSERT in range.c

assert does not print the bug report, only the file and line number of
the assertion that failed. RUBY_ASSERT prints the full bug report, which
makes it much easier to debug.