Actions
Feature #8164
open
Public/Private
Feature #8164:
Public/Private
Description
Would it be a good idea to compress these 4 methods to 2 methods?
public - Can set both instance and class methods to public by passing
them in as symbol
private - Can set both instance and class methods to private by passing
them in as symbol
and enable them to be called at top of class? Is this a good idea? It would
clean up Module# and encourage use of these two
as methods rather than keywords
Actions