# File lib/sexp_processor.rb, line 352 def []= name, val hash = @env.find { |closure| closure.has_key? name } || @env.first hash[name] = val end