Parser::Source::Map
# File lib/parser/source/map/definition.rb, line 10 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
[Validate]
Generated with the Darkfish Rdoc Generator 2.