1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00
semantic/test/fixtures/ruby/misc.A.rb
2017-07-07 15:17:15 -07:00

12 lines
82 B
Ruby

foo(a) do
end
foo.bar do |x, name: i, *args|
end
foo(a) { |x| }
__END__
word
x