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
Simplified the if/else blocks to avoid RuboCop Layout cop bugs.
The Layout cops were crashing on multi-line if/else assignments
even though the code had no actual offenses.
Changed to simpler variable assignments to avoid the crashes.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments