In Ruby there’s 2 ways to add behavior to a class:
inheritance
modules
...
I was inspired by both Jared’s previous
post and the Ruby Quiz for
last...
If you’ve been using Ruby for any length of time, then you should know that...
I’ve had the pleasure of being one of the original users/testers for Hackety...
A proof of concept to connect the Highrise CRM to an LDAP backend.
The thing that complicates code more than anything else is conditional logic;...
We’ve been somewhat unhappy with our current
Cerberus installation, so we’ve...
Is this simple code? It’s an example from the docs on Symbol#to_proc:...
I’m not a huge fan of Ruby’s unless keyword. I mean its nice but it can take...
So we’ve been hinting for some time now that we were going to tidy up the...