lib/picky/query/token.rb in picky-4.5.3 vs lib/picky/query/token.rb in picky-4.5.4

- old
+ new

@@ -13,9 +13,11 @@ attr_reader :text, :original attr_writer :similar attr_accessor :user_defined_categories + # TODO Do not check on blank, but empty? + # delegate :blank?, :to => :text # Normal initializer. # \ No newline at end of file