lib/picky/bundle_indexing.rb in picky-3.6.1 vs lib/picky/bundle_indexing.rb in picky-3.6.2
- old
+ new
@@ -26,11 +26,9 @@
# with the actual index running etc.
# (Find these in Indexed::Bundle)
#
class Bundle
- attr_reader :backend
-
# When indexing, clear only clears the inverted index.
#
delegate :clear,
:to => :inverted
\ No newline at end of file