DEBSOURCES
Skip Quicknav
sources / ruby-ruby-lsp / 0.26.7-1 / test / fixtures / create_attribute_writer.rb
1234567
class Foo class << self def bar @foo = "foo" end end end