Method: RuboCop::Cop::Base#on_investigation_end
- Defined in:
- lib/rubocop/cop/base.rb
permalink #on_investigation_end ⇒ Object
Called after all on_… have been called When refining this method, always call ‘super`
170 171 172 |
# File 'lib/rubocop/cop/base.rb', line 170 def on_investigation_end # Typically do nothing here end |