# File lib/twitter/client.rb, line 111
    def initialize(attrs={})
      attrs = Twitter.options.merge(attrs)
      Config::VALID_OPTIONS_KEYS.each do |key|
        instance_variable_set("@#{key}".to_sym, attrs[key])
      end
    end