# File lib/parser/source/map/heredoc.rb, line 8
      def initialize(begin_l, body_l, end_l)
        @heredoc_body = body_l
        @heredoc_end  = end_l

        super(begin_l)
      end