You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… ternary
This cop would blow up on a negated ternary condition. Since ternaries
don't have an `unless` equivalent, this was fixed by just returning
early for ternary nodes.
Expected behavior
Don't raise error.
Actual behavior
rubocop raises undefined method error.
Steps to reproduce the problem
RuboCop version
The text was updated successfully, but these errors were encountered: