# File lib/nanoc/base/ordered_hash.rb, line 131 def to_a ary = [] each { |k,v| ary << [k,v] } ary end