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

Replace Ruby 2.6 Array#difference #121

Merged
merged 1 commit into from Apr 16, 2020

Conversation

jerryk55
Copy link
Member

Ruby 2.6 Array#difference() method was used without realizing
it was added in 2.6 and not available in 2.5.
Replacing with Array#-().

@roliveri please review.

Will be required in Ivanchuk as well.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1824259

Ruby 2.6 Array#difference() method was used without realizing
it was added in 2.6 and not available in 2.5.
Replacing with Array#-().
@roliveri roliveri self-assigned this Apr 16, 2020
@roliveri roliveri merged commit 050d1b4 into ManageIQ:master Apr 16, 2020
@miq-bot
Copy link
Member

miq-bot commented Apr 16, 2020

Checked commit jerryk55@a3515d3 with ruby 2.5.7, rubocop 0.69.0, haml-lint 0.28.0, and yamllint
1 file checked, 0 offenses detected
Everything looks fine. ⭐

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants