lib/picky/extensions/symbol.rb in picky-0.12.3 vs lib/picky/extensions/symbol.rb in picky-1.0.0
- old
+ new
@@ -1,7 +1,7 @@
# Extending the Symbol class.
#
-class Symbol
+class Symbol # :nodoc:all
# :keys.each_subtoken # => yields each of [:keys, :key, :ke, :k]
# :keys.each_subtoken(2) # => yields each of [:keys, :key, :ke]
#
def each_subtoken from_length = 1
\ No newline at end of file