# File lib/hashery/dictionary.rb, line 351
    def values
      ary = []
      order.each { |k| ary.push @hash[k] }
      ary
    end