DEBSOURCES
Skip Quicknav
sources / ruby-ruby-lsp / 0.26.7-1 / test / fixtures / extract_method.rb
12345
class Foo def some_method answer = 42 end end