module RuboCop::Cop::Heredoc

def on_str(node)

def on_str(node)
  return unless node.heredoc?
  on_heredoc(node)
end