# File lib/mongoid/criterion/inclusion.rb, line 255 def near(attributes = {}) update_selector(attributes, "$near") end