Module: RuboCop::Server Private
Overview
The bootstrap module for server.
Constant Summary
-
TIMEOUT =
Internal use only
# File 'lib/rubocop/server.rb', line 1820
Class Attribute Summary
- .running? ⇒ Boolean readonly Internal use only Internal use only
- .support_server? ⇒ Boolean readonly Internal use only Internal use only
Class Method Summary
- .wait_for_running_status!(expected) Internal use only Internal use only
Class Attribute Details
.running? ⇒ Boolean
(readonly)
This method is for internal use only.
# File 'lib/rubocop/server.rb', line 33
def running? return false unless support_server? # Never running. Cache.pid_running? end
.support_server? ⇒ Boolean
(readonly)
This method is for internal use only.
Class Method Details
.wait_for_running_status!(expected)
This method is for internal use only.
[ GitHub ]