I noticed Mongo::Collection#find has typo.
Line 220 in mongo/collection.rb
show_disk_loc = opts.delete(:max_scan)
I think :show_disk_loc is correct
show_disk_loc = opts.delete(:show_disk_loc)