Sha256: 45b9b02aa857c26703718eb5470afe0a9af257a4286d66372a86116934a5a799
Contents?: true
Size: 228 Bytes
Versions: 85
Compression:
Stored size: 228 Bytes
Contents
class Foo def public_method end public :public_method def protected_method end protected :protected_method def private_method end private :private_method # @private def method_with_private_tag end end
Version data entries
85 entries across 85 versions & 1 rubygems