lib/moped/protocol/query.rb in moped-1.0.0.beta vs lib/moped/protocol/query.rb in moped-1.0.0.rc
- old
+ new
@@ -62,9 +62,10 @@
# @attribute
# @return [Hash, nil] the fields to include in the reply
document :fields, :optional => true
+ undef op_code
# @return [Number] OP_QUERY operation code (2004)
def op_code
2004
end