class Parser::Source::Map::Definition
Attributes
Public Class Methods
Source
# File lib/parser/source/map/definition.rb, line 12 def initialize(keyword_l, operator_l, name_l, end_l) @keyword = keyword_l @operator = operator_l @name = name_l @end = end_l super(@keyword.join(@end)) end
Calls superclass method
Parser::Source::Map::new