# File lib/bundler/environment.rb, line 12 def index @index ||= Index.build do |idx| idx.use runtime_gems idx.use Index.cached_gems end end