comment
This commit is contained in:
parent
5665f0871c
commit
73b7d5e83a
|
@ -91,7 +91,8 @@ class BSON
|
|||
serialize_symbol_element(@buf, k, v)
|
||||
when BINARY
|
||||
serialize_binary_element(@buf, k, v)
|
||||
when UNDEFINED, CODE_W_SCOPE # UNDEFINED should never happen
|
||||
when UNDEFINED, CODE_W_SCOPE
|
||||
# UNDEFINED should never happen because Ruby has no UNDEFINED type
|
||||
# TODO
|
||||
raise "unimplemented type #{type}"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue