oops didn't mean to commit this
This commit is contained in:
parent
dccc442edb
commit
2541199903
|
@ -76,7 +76,6 @@ class BSON
|
|||
@buf = ByteBuffer.new(CBson.serialize(obj))
|
||||
end
|
||||
rescue LoadError
|
||||
raise
|
||||
def serialize(obj)
|
||||
raise "Document is null" unless obj
|
||||
|
||||
|
|
Loading…
Reference in New Issue