1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 05:41:54 +03:00
semantic/test/fixtures/ruby/reprinting/function.rb

8 lines
48 B
Ruby
Raw Normal View History

2018-08-21 23:17:13 +03:00
def foo(x)
2018-08-21 04:11:41 +03:00
x
2018-08-21 23:17:13 +03:00
end
5.times do |i|
2018-08-21 23:25:14 +03:00
puts i
2018-08-21 04:11:41 +03:00
end