The philosophy of Ruby in a nutshell
From the 1.8.4 API documentation:
mod.const_set(sym, obj) => obj Sets the named constant [...snip...]
If the idea of such a method being around is appalling to you, don’t use Ruby. It’s not for you.
From the 1.8.4 API documentation:
mod.const_set(sym, obj) => obj Sets the named constant [...snip...]
If the idea of such a method being around is appalling to you, don’t use Ruby. It’s not for you.