method

https?

https?(uri)
private

No documentation available.

# File lib/rubygems/request/connection_pools.rb, line 49
  def https? uri
    uri.scheme.downcase == 'https'
  end