Method: RuboCop::Server::CLI#exit?

Defined in:
lib/rubocop/server/cli.rb

#exit?Boolean

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:

  • (Boolean)
[View source]

52
53
54
# File 'lib/rubocop/server/cli.rb', line 52

def exit?
  @exit
end