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