# File lib/parser/source/map/operator.rb, line 7 def initialize(operator, expression) @operator = operator super(expression) end