Ruby private method : a hack
article originally published here : https://bootrails.com/blog/ruby-private-method
Private methods exist for a reason. However they can lead to tricky situations. Here is a quick hack about private methods in Ruby.
How to declare a private method
...
bootrails.hashnode.dev4 min read