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