DEBSOURCES
Skip Quicknav
sources / ruby-unparser / 0.6.13-1 / test / corpus / literal / since / 32.rb
1234567891011
def foo(argument, **) bar(argument, **) end def foo(argument, *) bar(argument, *) end def foo(**) { default: 1, ** } end