# File lib/technorati.rb, line 287
  def initialize(key, opt = nil)
    @opt = DEFAULTS.merge(opt || {})
    @key = key
  end