lib/moped/protocol/get_more.rb in moped-1.0.0.beta vs lib/moped/protocol/get_more.rb in moped-1.0.0.rc
- old
+ new
@@ -41,9 +41,10 @@
# @attribute
# @return [Number] the id of the cursor to get more documents from
int64 :cursor_id
+ undef op_code
# @return [Number] OP_GETMORE operation code (2005)
def op_code
2005
end