# File lib/plucky/query.rb, line 106
      def last(opts={})
        clone.amend(opts).reverse.find_one
      end