class RuboCop::Cop::Style::Semicolon

def on_new_investigation

def on_new_investigation
  return if processed_source.blank?
  check_for_line_terminator_or_opener
end