User:AJFarmar: Difference between revisions

Content added Content deleted
Line 10: Line 10:


==Ruby==
==Ruby==
===Recent code:===
===<code>String#word(Index)</code>:===
I made a little method that allowed me to replace <code>"String".split(" ")[index]</code> with <code>"String".word index</code>.
I made a little method that allowed me to replace <code>"String".split(" ")[index]</code> with <code>"String".word index</code>.
I know that this is relatively simple, but I still found it kinda neat.
I know that this is relatively simple, but I still found it kinda neat.