lib/picky/query/boosts.rb in picky-4.16.0 vs lib/picky/query/boosts.rb in picky-4.17.0

- old
+ new

@@ -72,10 +72,10 @@ # Prints out a nice representation of the # configured weights. # def to_s - "#{self.class}(#{@boosts})" + "#{self.class}(#@boosts)" end end end \ No newline at end of file