Home
Ruby
ActiveRecord
Array
CGI
Class
Collections
Database
Date
Design Patterns
Development
File Directory
GUI
Hash
Language Basics
Method
Network
Number
Rails
Range
Reflection
Statement
String
Threads
Time
Tk
Unit Test
Windows Platform
XML
Produce successive string : succ « String « Ruby
Ruby
String
succ
Produce successive string
puts
"a"
.next [or]
"a"
.succ
Related examples in the same category
1.
Next value of a string
2.
non letter string successor