class RuboCop::Cop::Cop

def on_new_investigation

Called before all on_... have been called
def on_new_investigation
  investigate(processed_source) if respond_to?(:investigate)
  super
end