class RuboCop::Cop::Layout::ClosingHeredocIndentation

def closing_indentation(node)

def closing_indentation(node)
  indent_level(heredoc_closing(node))
end