From: "김준영" Date: 2010-04-14T00:41:22+09:00 Subject: scope limitation causes problems for me. --Apple-Mail-37-808296448 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii hi, everyone. I have the following codes. m = Hash.new("merong") m["b"] = "babo" def func begin m["a"] = "merong" rescue => e puts e end end func exception is undefined local variable or method `m' for main:Object Could I know the reason this was caused?? --Apple-Mail-37-808296448--