oops didn't mean to commit this

This commit is contained in:
Mike Dirolf 2009-03-16 08:47:03 -04:00
parent dccc442edb
commit 2541199903
1 changed files with 0 additions and 1 deletions

View File

@ -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