method

https?

v1_9_3_392 - Show latest stable - Class: Gem::RemoteFetcher
https?(uri)
public

No documentation available.

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