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