# File lib/twitter/client/base.rb, line 28
    def bless_models(list)
      return bless_model(list) if list.respond_to?(:client=)
        list.collect { |model| bless_model(model) } if list.respond_to?(:collect)
    end