# File lib/rq-2.3.1/orderedhash.rb, line 88
    def values
        ary = []
        @order.each { |k| ary.push self[k] }
        ary
    end