# File lib/caesars/orderedhash.rb, line 130 130: def to_a 131: ary = [] 132: each { |k,v| ary << [k,v] } 133: ary 134: end