# File lib/couchrest/model/proxyable.rb, line 108
        def last(opts = {})
          all(opts).last
        end