# File lib/rubygems/remote_fetcher.rb, line 513
  def https?(uri)
    uri.scheme.downcase == 'https'
  end