lib/picky/query/token.rb in picky-4.12.1 vs lib/picky/query/token.rb in picky-4.12.2

- old
+ new

@@ -13,10 +13,10 @@ attr_reader :text, :original attr_writer :similar attr_writer :predefined_categories - delegate :blank?, :to => :@text + forward :blank?, :to => :@text # Normal initializer. # # Note: # Use this if you do not want a normalized token.