# File lib/couchrest/model/casted_array.rb, line 20
    def << obj
      super(instantiate_and_cast(obj))
    end