Method: RuboCop::Cop::Base#on_investigation_end

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

#on_investigation_endObject

Called after all on_… have been called When refining this method, always call ‘super`

[View source]

170
171
172
# File 'lib/rubocop/cop/base.rb', line 170

def on_investigation_end
  # Typically do nothing here
end