matthewkwilliams.com
methods, public_methods, and private_methods
Ruby’s Object has a method, methods. You can use it to see the methods which an object has. Sort of. In this post I’m examining methods, public_methods, and private_methods as well as s…