method
fetch_prerelease_specs
ruby latest stable - Class:
Bundler::RubygemsIntegration
fetch_prerelease_specs()public
No documentation available.
# File lib/bundler/rubygems_integration.rb, line 260
def fetch_prerelease_specs
fetch_specs(false, true)
rescue Gem::RemoteFetcher::FetchError
{} # if we can't download them, there aren't any
end