scope issue of variable in iterator
- From: Mohammad Khan <mkhan@xxxxxxxxxxxxx>
- Date: Thu, 23 Mar 2006 01:41:37 +0900
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.
begin:vcard
fn:Mohammad Khan
n:Khan;Mohammad
org:Legal Computer Solutions, Inc.
adr:;;107 Union Wharf;Boston;MA;02109;USA
email;internet:mkhan@xxxxxxxxxxxxx
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
- Follow-Ups:
- Re: scope issue of variable in iterator
- From: Mark Volkmann
- Re: scope issue of variable in iterator
- Prev by Date: Re: A DMG for Macosx Tiger.
- Next by Date: Re: scope issue of variable in iterator
- Previous by thread: A DMG for Macosx Tiger.
- Next by thread: Re: scope issue of variable in iterator
- Index(es):
Relevant Pages
|