1
1
mirror of https://github.com/github/semantic.git synced 2024-12-30 02:14:20 +03:00
semantic/test/fixtures/ruby/method-declaration-unnamed-param.B.rb

2 lines
21 B
Ruby
Raw Normal View History

2017-02-23 01:36:22 +03:00
def foo(name, **)
end