# File lib/mongoid/criterion/exclusion.rb, line 38 def fields(attributes = nil) clone.tap { |crit| crit.options[:fields] = attributes || {} } end