Subject: How does slice work?
From: Gaba Luschi <friedoysterlover gmail.com>
Date: Wed, 16 Feb 2011 01:46:43 +0900
How does the slice method work? If I want to write:
x.slice(parameter 1, parameter 2)
what do the parameters specify in terms of what part of x (say it's a
sentence) the program slices?
Thanks!
--
Posted via http://www.ruby-forum.com/.