Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
More BSON namespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurnn committed Nov 6, 2013
1 parent 0af9bab commit a87255b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/moped/protocol/reply.rb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def deserialize(buffer)
def deserialize_documents(buffer)
documents = []
count.times do
documents << BSON::Document.from_bson(buffer)
documents << ::BSON::Document.from_bson(buffer)
end
@documents = documents
end
Expand Down

0 comments on commit a87255b

Please sign in to comment.