I’ve been working with Ruby lately, and a few people have told me that Ruby has constants, but they are mutable. Recently, I’ve been reading a new book on Ruby, and read the following passage: A lot of other places mirror this (e.g. rubylearning.com). You cannot have constants if they are mutable. Mutable constants are just […]