Modules: VERSION
5 6 7
# File 'lib/protocool.rb', line 5 def https use_ssl? ? 'https' : 'http' end
9 10 11
# File 'lib/protocool.rb', line 9 def protocol "#{Protocool.https}://" end