Project

General

Profile

Bug #14589

Updated by nobu (Nobuyoshi Nakada) about 6 years ago

Too many people's time have been wasted trying to make sure their puts/prints statements don't assert because of failed implicit string conversions. This should be handled by an explicit `.to_s` .to_s attempt, and a warning instead of a break.

Back