# File lib/facets/more/dictionary.rb, line 339
def
to_a
ary
= []
each
{
|
k
,
v
|
ary
<<
[
k
,
v
] }
ary
end