class RubyLsp::Requests::WorkspaceSymbol

def initialize(global_state, query)

: (GlobalState global_state, String? query) -> void
def initialize(global_state, query)
  super()
  @global_state = global_state
  @query = query
  @index = global_state.index #: RubyIndexer::Index
end