method

https?

https?(uri)
public

No documentation available.

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