class RuboCop::Cop::Layout::IndentHeredoc

def heredoc_body(node)

def heredoc_body(node)
  node.loc.heredoc_body.source.scrub
end