Method: RuboCop::ResultCache#debug?

Defined in:
lib/rubocop/result_cache.rb

#debug?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)


112
113
114
# File 'lib/rubocop/result_cache.rb', line 112

def debug?
  @debug
end