lib/tasks/try.rb in picky-4.4.1 vs lib/tasks/try.rb in picky-4.4.2

- old
+ new

@@ -1,6 +1,10 @@ module Picky - + + # Try is used by + # rake try[text,index,category] + # to test how the text would be indexed and processed during a search. + # class Try attr_reader :text, :specific def initialize text, index = nil, category = nil \ No newline at end of file