class Parser::Source::Map::Heredoc
Attributes
Public Class Methods
Source
# File lib/parser/source/map/heredoc.rb, line 10 def initialize(begin_l, body_l, end_l) @heredoc_body = body_l @heredoc_end = end_l super(begin_l) end
Calls superclass method
Parser::Source::Map::new