Method: RuboCop::Cop::Force#investigate

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

#investigate(_processed_source) ⇒ Object



36
37
38
# File 'lib/rubocop/cop/force.rb', line 36

def investigate(_processed_source)
  # Do custom processing and invoke #run_hook at arbitrary timing.
end