# File lib/search_cop/search_scope.rb, line 30 def attributes(*args) args.each do |arg| attributes_hash arg.is_a?(Hash) ? arg : { arg => arg } end end