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