def method foo = nil array.each { |element| bar = element # element and bar are block local foo = element # while foo is not } end