# File lib/rubytter.rb, line 36 def setup(options) @header = {'User-Agent' => "Rubytter/#{VERSION} (http://github.com/jugyo/rubytter)"} @header.merge!(options[:header]) if options[:header] @app_name = options[:app_name] @connection = Connection.new(options) @connection_for_search = Connection.new(options.merge({:enable_ssl => false})) end