Project

General

Profile

« Previous | Next » 

Revision 7b9ef667

Added by alanwu (Alan Wu) almost 5 years ago

Don't call to_s in const_set

Follow up for 5e16857315bf55307c5fc887ca6f03bfa0630a93. Calling a method
in the middle of const_set adds a way that it would fail. It also makes
it inconsistent with declaring a constant using ::, which doesn't call
to_s.