class RuboCop::Cop::Lint::HeredocMethodCallPosition

def heredoc_end_pos(heredoc)

def heredoc_end_pos(heredoc)
  heredoc.location.heredoc_end.end_pos
end