lib/moped/protocol/insert.rb in moped-1.0.0.rc vs lib/moped/protocol/insert.rb in moped-1.0.0

- old
+ new

@@ -44,9 +44,11 @@ # @attribute # @return [Array<Hash>] the documents to insert document :documents, type: :array + finalize + undef op_code # @return [Number] OP_INSERT operation code (2002) def op_code 2002 end