class Parser::Source::Map::Heredoc

def initialize(begin_l, body_l, end_l)

def initialize(begin_l, body_l, end_l)
  @heredoc_body = body_l
  @heredoc_end  = end_l
  super(begin_l)
end