mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
12 lines
82 B
Ruby
12 lines
82 B
Ruby
foo(a) do
|
|
end
|
|
|
|
foo.bar do |x, name: i, *args|
|
|
end
|
|
|
|
foo(a) { |x| }
|
|
|
|
__END__
|
|
word
|
|
x
|