class RuboCop::Daemon::ServerCommand::Stop

Public Instance Methods

run() click to toggle source
# File lib/rubocop/daemon/server_command/stop.rb, line 7
def run
  raise ServerStopRequest
end