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