Method: RuboCop::Server::CLI#initialize
- Defined in:
- lib/rubocop/server/cli.rb
#initialize ⇒ CLI
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of CLI.
36 37 38 |
# File 'lib/rubocop/server/cli.rb', line 36 def initialize @exit = false end |