Method: RuboCop::Cop::Base#inspect
- Defined in:
- lib/rubocop/cop/base.rb
permalink #inspect ⇒ Object
:nodoc:
367 368 369 |
# File 'lib/rubocop/cop/base.rb', line 367 def inspect # :nodoc: "#<#{self.class.name}:#{object_id} @config=#{@config} @options=#{@options}>" end |