lib/picky/query/token.rb in picky-4.4.1 vs lib/picky/query/token.rb in picky-4.4.2
- old
+ new
@@ -7,10 +7,10 @@
# It remembers the original form, and and a normalized form.
#
# It also knows whether it needs to look for similarity (bla~),
# or whether it is a partial (bla*).
#
- class Token # :nodoc:all
+ class Token
attr_reader :text, :original
attr_writer :similar
attr_accessor :user_defined_categories
\ No newline at end of file