From: Raj Singh Date: 2008-05-20T09:03:40+09:00 Subject: How is this split method working? length = 20 text = ' This forum is connected to a mailing list that is read by thousands of people.' text.split[0..length] I looked at the split api but can't understand how the above code is working. -- Posted via http://www.ruby-forum.com/.