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