When writing :
my_hash = {“a” => “b”}
what method is called ? I tried patching initialize_copy , and
initialize , but that doesn’t seem to be it . What am I missing ?
When writing :
my_hash = {“a” => “b”}
what method is called ? I tried patching initialize_copy , and
initialize , but that doesn’t seem to be it . What am I missing ?
On Oct 1, 2008, at 1:44 PM, Lex W. wrote:
When writing :
my_hash = {“a” => “b”}
what method is called ? I tried patching initialize_copy , and
initialize , but that doesn’t seem to be it . What am I missing ?
c code. you cannot override the creation of literals from within ruby.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs