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