1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
semantic/test/fixtures/ruby/for.A.rb
Timothy Clem 0aa0c614b7 For
2017-07-06 09:44:10 -07:00

8 lines
45 B
Ruby

for x in y
f
end
for x, y in z do
f
end