Set Ruby's Arrays are remarkably flexible and useful data structures, but they aren't always the right choice. Learn how using a data abstraction that enf…
Special Variables Part 4: Speak English! Now that you've learned how to obfuscate your code with Perl-style special variables, learn how to make it readable again!
StringIO Test Fake Today we learn about how the StringIO class can help us test methods that work with files.
Word Wrap The Ruby standard library omits a method for wrapping text at word boundaries. Today we'll look at a few different ways to fill this gap.