# File lib/parser/source/map/collection.rb, line 8 def initialize(begin_l, end_l, expression_l) @begin, @end = begin_l, end_l super(expression_l) end