# File lib/ramaze/snippets/ramaze/dictionary.rb, line 340 def to_a ary = [] each { |k,v| ary << [k,v] } ary end