The mysterious life of public, private, and protected in Ruby
It seems that there is nothing more that you can learn about access modifiers in Ruby. Public, private, and protected are well known among Ruby developers. I thought so too. However, I found a few things that are still valuable to learn and may be surprising to you.
Source: The mysterious life of public, private, and protected in Ruby
Learned a few things here.