# File lib/multimap.rb, line 480 def to_a ary = [] each_pair do |key, value| ary << [key, value] end ary end