# File lib/action_dispatch/http/url.rb, line 91 def protocol @protocol ||= ssl? ? 'https://' : 'http://' end