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