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

Use op_prefix for ops #298

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Use op_prefix for ops #298

merged 1 commit into from
Dec 9, 2024

Conversation

kbrock
Copy link
Member

@kbrock kbrock commented Dec 9, 2024

In response to: https://github.com/ManageIQ/floe/pull/295/files#r1870341288

Boolean operations use is_{boolean,string,...}
But for regular actions, they overlapped with ruby's equals? So those have been changed to op_{equals}?

Boolean operations use is_{boolean,string,...}
But for regular actions, they overlapped with ruby's `equals?`
So those have been changed to `op_{equals}?`
@kbrock kbrock added the enhancement New feature or request label Dec 9, 2024
@kbrock kbrock requested review from agrare and Fryguy as code owners December 9, 2024 22:18
@Fryguy Fryguy merged commit 50f4a92 into ManageIQ:master Dec 9, 2024
5 checks passed
@kbrock kbrock deleted the op_prefix branch December 9, 2024 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants