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