method
https?
v2_1_10 -
Show latest stable
- Class:
Gem::RemoteFetcher
https?(uri)public
No documentation available.
# File lib/rubygems/remote_fetcher.rb, line 348
def https?(uri)
uri.scheme.downcase == 'https'
end https?(uri)No documentation available.
# File lib/rubygems/remote_fetcher.rb, line 348
def https?(uri)
uri.scheme.downcase == 'https'
end