-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Brain Freeze currently generates RBIs for all methods, not just public ones. Fixing this would require Parlour being able to parse and consequently generate method visibility.
Describe the solution you'd like
Method RBI objects should have a visibility field, which is populated based on:
- Class context changes, like
privatein a class body - Class calls with symbol arguments, like
private :x, :y, :zin a class body - Class calls with a definition as an argument, like
private def ... end
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request