# File lib/ruby_parser_extras.rb, line 1209
    def use id
      @env.each_with_index do |env, i|
        if env[id] then
          @use[i][id] = true
        end
      end
    end