lib/core/facets/symbol/succ.rb in facets-2.4.5 vs lib/core/facets/symbol/succ.rb in facets-2.5.0

- old
+ new

@@ -6,10 +6,10 @@ # the symbol to a string uses String#succ and then # converts it back to a symbol. # # :a.succ => :b # - # TODO: Make this work more like a simple character dial? + # TODO: Make this work more like a simple character dial? def succ self.to_s.succ.intern end