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