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