Puzzled?
by Volkan Civelek other posts by this author
Jun 30 2006 6:02PM messages near this date
Re: [ANN] Mongrel 0.3.13.3 -- Ruby Licensed Release
|
Re: Puzzled?
Hi,
I have a question...
Why the below snippet,
["foo","bar","baz"].each do |s|
m = /^ba(.*?)$/.match(s)
puts m[0]
end
gives the following error?
test.rb:8: undefined method `[]' for nil:NilClass (NoMethodError)
Regards,
Volkan
Thread:
Volkan Civelek
Akchizar
|