lib/picky/internals/indexers/serial.rb in picky-2.4.0 vs lib/picky/internals/indexers/serial.rb in picky-2.4.1
- old
+ new
@@ -2,11 +2,11 @@
#
module Indexers
# Uses a category to index its data.
#
- # Note: It is called serial since it indexes each
+ # Note: It is called serial since it indexes each category separately.
#
class Serial < Base
attr_reader :category
@@ -42,10 +42,10 @@
file.write result.join
end
end
#
#
- def indexing_message
+ def indexing_message # :nodoc:
timed_exclaim %Q{"#{@category.identifier}": Starting serial indexing.}
end
end
end
\ No newline at end of file