DEBSOURCES
Skip Quicknav
sources / ruby-ruby-lsp / 0.26.7-1 / test / fixtures / class_reference_target.rb
123456789
# typed: strict # frozen_string_literal: true module RubyLsp class ExampleClass def foo end end end