Class: RubyLsp::Rails::NullClient

Inherits:
RunnerClient show all
Extended by:
T::Sig
Defined in:
lib/ruby_lsp/ruby_lsp_rails/runner_client.rb

Constant Summary

Constants inherited from RunnerClient

RunnerClient::MAX_RETRIES

Instance Method Summary collapse

Methods inherited from RunnerClient

#association_target_location, create_client, #model, #route_location, #trigger_reload

Constructor Details

#initializeNullClient

rubocop:disable Lint/MissingSuper



195
196
# File 'lib/ruby_lsp/ruby_lsp_rails/runner_client.rb', line 195

def initialize # rubocop:disable Lint/MissingSuper
end

Instance Method Details

#shutdownObject



199
200
201
# File 'lib/ruby_lsp/ruby_lsp_rails/runner_client.rb', line 199

def shutdown
  # no-op
end

#stopped?Boolean

Returns:

  • (Boolean)


204
205
206
# File 'lib/ruby_lsp/ruby_lsp_rails/runner_client.rb', line 204

def stopped?
  true
end