User:AJFarmar: Difference between revisions

Content added Content deleted
No edit summary
Line 11: Line 11:
==Ruby==
==Ruby==
===Recent code:===
===Recent code:===
I made a little method that allowed me to replace <code ruby>"String".split(" ")[index]</code> with <code ruby>"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.


Line 24: Line 24:
end
end
</lang>
</lang>

And here's it in action. Note that I also implemented a renamed version; <code>String#w(index)</code>