# File lib/couchrest/model/designs/view.rb, line 88
        def first
          result ? all.first : limit(1).all.first
        end