# File lib/fog/core/connection.rb, line 4 def initialize(url, persistent=false, params={}) Excon.defaults[:headers]['User-Agent'] ||= "fog/#{Fog::VERSION}" @excon = Excon.new(url, params) @persistent = persistent end