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