From: Love U Ruby Date: 2013-03-20T16:13:42+09:00 Subject: Re: Confusion with has object creation. Hans Mackowiak wrote in post #1102398: > Hash[] only call methods that you can not overwrite... it allocates the > Hash without calling initialize. > Please give me one code example of this.I am heavily interested on it. I tried some code to see it,but not worked as I am looking for. > Hash[obj] with only one argument does some kind of Magic too (because it > trys to convert into an Hash and if that fails, try to convert into > Array) -- Posted via http://www.ruby-forum.com/.