From: Francois Proulx Date: 2008-11-26T03:05:12+09:00 Subject: [ruby-core:20091] [Bug #796] dynamic constant assignment Bug #796: dynamic constant assignment http://redmine.ruby-lang.org/issues/show/796 Author: Francois Proulx Status: Open, Priority: Normal I understand the difference in the use of variable and constant. But sometime you need to be able to assigned a value dynamiquely when you are initializing your application. I see 2 possibility to address the problem: - a interpreter's directive (which would demand a major change of the interpreter) - a method to allow specificely a dynamic assignment ---------------------------------------- http://redmine.ruby-lang.org