Method: RuboCop::Cop::Base#inspect

Defined in:
lib/rubocop/cop/base.rb

#inspectObject

:nodoc:

[View source]

367
368
369
# File 'lib/rubocop/cop/base.rb', line 367

def inspect # :nodoc:
  "#<#{self.class.name}:#{object_id} @config=#{@config} @options=#{@options}>"
end