DEBSOURCES
Skip Quicknav
sources / ruby-ruby-lsp / 0.26.7-1 / test / fixtures / one_line_nesting.rb
12345678910111213
module Foo end module Foo::Bar end class Foo::Bar::Baz end module Foo class self::Qux end end