# File lib/bson/ordered_hash.rb, line 86
def
to_a
@ordered_keys
.
map
{
|
k
|
[
k
,
self
[
k
]] }
end