# File lib/em-twitter/request.rb, line 10
      def initialize(options = {})
        @options = options
        @proxy = Proxy.new(@options.delete(:proxy)) if @options[:proxy]
      end