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