Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Small edit to the if statement simplification for blank? on t…
…he Object class. An Object doesn't need to be nil and empty to be blank? just one or the other." Reason: the original code is correct, see !nil && !empty -> !(nil || empty) -> !blank That said, this example has too many negations for my linking. Think should be revised to be more positive and straightforward to read. This reverts commit a4b6e3d.
- Loading branch information