Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一段 Ruby 代码要发布。它由一堆类组成。有些类是要导出的,有些是私有的(实现细节)。如何只导出公共类并保持私有类——私有?