Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localize private flag to class and not module #111

Merged
merged 1 commit into from
Oct 26, 2018

Conversation

philipqnguyen
Copy link
Contributor

This private flag was accidentally placed at the top level module,
causing many methods and classes set at the top level to be considered
private when it shouldn't have been.

Take a look at https://www.rubydoc.info/gems/blueprinter/Blueprinter
it has the configure method as private, when it should be public.

Moving this private flag down to the Extractor class level should
fix this.

This private flag was accidentally placed that the top level module,
causing many methods and classes set at the top level to be considered
private when it shouldn't have been.

Take a look at https://www.rubydoc.info/gems/blueprinter/Blueprinter
it has the `configure` method as private, when it should be public.

Moving this private flag down to the Extractor class level should
fix this.
@mcclayton mcclayton merged commit 7c02767 into procore-oss:master Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants