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

Calibrate method privacy #120

Merged
merged 1 commit into from
Jun 6, 2018
Merged

Calibrate method privacy #120

merged 1 commit into from
Jun 6, 2018

Conversation

craiglittle
Copy link
Collaborator

As of Ruby 2.3, use of private attr_readers no longer emits warnings.

All attr_readers that can be private are now private. In addition, all <=> methods have been made private since it's not necessary for them to be protected.

@alex-stone

As of Ruby 2.3, use of private `attr_reader`s no longer emits warnings.

All `attr_reader`s that can be private are now private. In addition, all
`<=>` methods have been made private since it's not necessary for them
to be protected.
@craiglittle craiglittle merged commit 6963770 into master Jun 6, 2018
@craiglittle craiglittle deleted the craig/privacy branch June 6, 2018 18:45
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.

2 participants