The difference between Public, Private and Protected methods in Ruby
The concept of private, protected and public methods in Ruby is bit different than it other languages like Java.
In Ruby, the inheritance hierarchy or the package don’t really a matter, it is rather al...
1
1