# File lib/bson/types/dbref.rb, line 37
def
to_hash
{
"$ns"
=
>
@namespace
,
"$id"
=
>
@object_id
}
end