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