From: Mohammad Khan Date: 2006-03-23T01:41:37+09:00 Subject: scope issue of variable in iterator --------------050008030408040106030702 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit mkhan@mkhan:~$ irb irb(main):001:0> batman = 'robin' => "robin" irb(main):002:0> [ 'cat', 'dog', 'horse', 'chicken' ].each { |batman| puts batman } cat dog horse chicken => ["cat", "dog", "horse", "chicken"] irb(main):003:0> puts "Now you might think this would say 'robin', but it says: #{batman}" Now you might think this would say 'robin', but it says: chicken => nil irb(main):004:0> -- Mohammad Khan | Software Engineer Lextranet | 107 Union Wharf | Boston, MA 02109 http://www.lextranet.com (617) 227-4469 Extension 218 Smart Tools. Smart Team. Smart Choice. THE INFORMATION IN THIS MESSAGE IS INTENDED ONLY FOR THE PERSONAL AND CONFIDENTIAL USE OF THE DESIGNATED RECIPIENTS NAMED ABOVE AND MAY CONTAIN LEGALLY PRIVILEGED INFORMATION. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error, and that any review, dissemination, distribution or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately by telephone at 617-227-4469 Ext. 200. Thank you. --------------050008030408040106030702 Content-Type: text/x-vcard; charset=utf-8; name="mkhan.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="mkhan.vcf" begin:vcard fn:Mohammad Khan n:Khan;Mohammad org:Legal Computer Solutions, Inc. adr:;;107 Union Wharf;Boston;MA;02109;USA email;internet:mkhan@lextranet.com title:Software Engineer tel;work:(617) 227-4469 Extension 218 tel;home:(781) 598-8947 x-mozilla-html:FALSE url:http://www.lextranet.com version:2.1 end:vcard --------------050008030408040106030702--