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
…`or` is a naked falsiness check
This cop would break if the RHS of the `||`` operator was a naked
falsiness check, e.g.:
```
foo.nil? || bar
```
This change fixes that.
The following file crashes rubocop with enabled Rails linters:
RuboCop version
The text was updated successfully, but these errors were encountered: