module RuboCop::Cop::Heredoc

def on_heredoc(_node)

def on_heredoc(_node)
  raise NotImplementedError
end