14 15 16
# File 'lib/analytical/modules/base.rb', line 14 def protocol @options[:ssl] ? 'https' : 'http' end