# File lib/Borges/Test/ClosureTest.rb, line 11 def go [:a, :b, :c].each_with_index do |s, i| inform("#{s} #{i + 1}") end end