DEBSOURCES
Skip Quicknav
sources / netbeans-ide / 6.0.1%2Bdfsg-2 / ruby / hints / extrahints / test / unit / data / testfiles / convertblocks.rb.testFix2.fixed
12345678910
x = [] x.each { |foo| puts foo1 } x.each { |foo| puts foo2 } for i in 1..10 puts i end