1

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?

Vladimir Keleshev
  • 13,753
  • 17
  • 64
  • 93
  • Related: http://stackoverflow.com/questions/3496291/private-class-not-class-method-in-a-ruby-module – lurker May 30 '13 at 18:36

0 Answers0