class RubyLsp::Requests::WorkspaceSymbol
def initialize(global_state, query)
def initialize(global_state, query) super() @global_state = global_state @query = query @index = global_state.index #: RubyIndexer::Index end
def initialize(global_state, query) super() @global_state = global_state @query = query @index = global_state.index #: RubyIndexer::Index end