DEBSOURCES
Skip Quicknav
sources / ruby-ruby-lsp / 0.26.7-1 / test / fixtures / ivar.rb
123456789101112
@a = 42 @aa = 42 class Foo @b = 42 @bb = 42 def initialize @c = 42 @cc = 42 end end