# File lib/tweetstream/configuration.rb, line 67
    def options
      Hash[*VALID_OPTIONS_KEYS.map {|key| [key, send(key)] }.flatten]
    end