DEBSOURCES
Skip Quicknav
sources / ruby-ruby-lsp / 0.26.7-1 / test / fixtures / call_invocation_with_variable_receiver_and_arguments.rb
1234
def some_method var, arg = "Hello" var.upcase(arg) end