"James F.Hranicky" <jfh / cise.ufl.edu> writes: > Should we perhaps take a vote and see how many folks have ruby > programs that depend on block parameters referencing outer variables? sum = 0 arr.each { |a| sum += a } p sum (Very common before #inject came along...)