# File lib/yard/rubygems/backports/source_index.rb, line 87 def initialize(specifications={}) @gems = {} specifications.each{ |full_name, spec| add_spec spec } @spec_dirs = nil end