class RuboCop::Cop::Layout::ClosingHeredocIndentation

def heredoc_closing(node)

def heredoc_closing(node)
  node.loc.heredoc_end.source_line
end