Tips on the Ruby Programming Language
Posted on Aug 06, 2012 in Computer Science • Tagged with array, IO, Ruby, programming, string
Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.
Array
-
The method
push
inserts an element to the back of the arry; the methodinsert
inserts an element to any place of the array. -
The method …
Continue reading