lib/search_flip/bulk.rb in search_flip-2.3.1 vs lib/search_flip/bulk.rb in search_flip-2.3.2
- old
+ new
@@ -85,10 +85,10 @@
#
# Adds an index request to the bulk batch
#
# @see #index
- def import(*args)
+ ruby2_keywords def import(*args)
index(*args)
end
# @api private
#