module Solargraph::LanguageServer::Host::Dispatch

def diagnoser

Returns:
  • (Host::Diagnoser) -

Other tags:
    Abstract: -
def diagnoser
  raise NotImplementedError, 'Host::Dispatch requires a diagnoser method'
end