Code Reading: A Core Ruby Class
Details
February is a short month, and it seems an ideal time to go back to one of our more collaborative activities: code reading. A good few years ago we read over OpenStruct source code and after discussion learned about singleton classes, using core data classes as storage but designing your API not to leak, and other useful considerations. This month, we’ll go through another Ruby library class and hopefully learn new things!
More details here: http://scotrug.org/2021/02/09/code-reading-setrb.html
