Sha256: 11b3cac139d16f2c877467d8fe5f3693b6706688aaa3e727fc296c7fd8e7b6d5
Contents?: true
Size: 484 Bytes
Versions: 201
Compression:
Stored size: 484 Bytes
Contents
# frozen_string_literal: true # # This code is based on https://github.com/fohte/rubocop-daemon. # # Copyright (c) 2018 Hayato Kawai # # The MIT License (MIT) # # https://github.com/fohte/rubocop-daemon/blob/master/LICENSE.txt # module RuboCop module Server module ServerCommand # This class is a server command to stop server process. # @api private class Stop < Base def run raise ServerStopRequest end end end end end
Version data entries
201 entries across 194 versions & 20 rubygems