Method: Mongo::Cursor#query_opts

Defined in:
lib/jmongo/cursor.rb

#query_optsObject



86
87
88
89
90
# File 'lib/jmongo/cursor.rb', line 86

def query_opts
  warn "The method Cursor#query_opts has been deprecated " +
    "and will removed in v2.0. Use Cursor#options instead."
  options
end