Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix OR expressions where the left side is true
TrueClass does not respond to `#empty?`, which makes `foo || bar` where foo resolves to true fail.
- Loading branch information