# File lib/ruby_fogbugz/adapters/http/net_http.rb, line 11 def initialize(options = {}) @root_url = options[:uri] @ca_file = options[:ca_file] end