class Gem::Resolver::Specification

def install(options = {})

def install(options = {})
  require_relative "../installer"
  gem = download options
  installer = Gem::Installer.at gem, options
  yield installer if block_given?
  @spec = installer.install
end