mirror of
https://github.com/github/semantic.git
synced 2024-12-30 02:14:20 +03:00
7 lines
46 B
Ruby
7 lines
46 B
Ruby
|
def foo(a, *)
|
||
|
end
|
||
|
|
||
|
def bar
|
||
|
puts "hello"
|
||
|
end
|