# File lib/sass/tree/each_node.rb, line 18
    def initialize(vars, list)
      @vars = vars
      @list = list
      super()
    end