I have a piece Ruby code that I want to release. It consists of a bunch of classes. Some of the classes are meant to be exported, other are meant to be private (implementation detail). How do I export just the public classes and keep the private classes—private?
Asked
Active
Viewed 84 times
1
-
Related: http://stackoverflow.com/questions/3496291/private-class-not-class-method-in-a-ruby-module – lurker May 30 '13 at 18:36