Jeff Cohen‘s blog post Ruby 101: Naming Conventions does a nice job of covering conventions associated with the Ruby programming language. I like how he specifically writes to Java developers and .NET ...
What does the following code do? If you answered “it upcases two strings and adds them together, returning the result” you might be wrong because of a new Ruby feature called “refinements”. Let’s ...