= private = protected
succ()
This method has no description. You can help the Ruby community by adding new notes.
# File lib/jcode.rb, line 92 def succ str = self.dup str.succ! or str end