Subject: Re: Getting last character from a string
From: draco draco <thedraco go2.pl>
Date: Sun, 12 Feb 2006 18:34:50 +0900
References: 179440179480
In-reply-to: 179480
Wow :)
x[-1,1] looks far more readable than x[x.length-1, x.length-1]
Thanks a lot :)
--
Posted via http://www.ruby-forum.com/.