# File lib/couchrest/model/persistence.rb, line 131
        def create(attributes = {}, &block)
          instance = new(attributes, &block)
          instance.create
          instance
        end