class Bundler::Index

def self.from_installed_gems

def self.from_installed_gems
  Source::SystemGems.new.specs
end