# File lib/couchrest/mixins/collection.rb, line 43 def paginate(options) proxy = create_collection_proxy(options) proxy.paginate(options) end