class Parser::Source::Map::Keyword
Attributes
Public Class Methods
Source
# File lib/parser/source/map/keyword.rb, line 11 def initialize(keyword_l, begin_l, end_l, expression_l) @keyword = keyword_l @begin, @end = begin_l, end_l super(expression_l) end
Calls superclass method
Parser::Source::Map::new