Parser::Source::Map
# File lib/parser/source/map/send.rb, line 11 def initialize(dot_l, selector_l, begin_l, end_l, expression_l) @dot = dot_l @selector = selector_l @begin, @end = begin_l, end_l super(expression_l) end
@api private
# File lib/parser/source/map/send.rb, line 22 def with_operator(operator_l) with { |map| map.update_operator(operator_l) } end
# File lib/parser/source/map/send.rb, line 28 def update_operator(operator_l) @operator = operator_l end
[Validate]
Generated with the Darkfish Rdoc Generator 2.