Method: BSON::DBRef#as_json
- Defined in:
- lib/bson/dbref.rb
#as_json(*args) ⇒ Hash
Get the DBRef as a JSON document
60 61 62 |
# File 'lib/bson/dbref.rb', line 60 def as_json(*args) {}.update(self) end |
Get the DBRef as a JSON document
60 61 62 |
# File 'lib/bson/dbref.rb', line 60 def as_json(*args) {}.update(self) end |