• Kerri Miller's avatar
    Cast predicate methods to boolean · 0b6d6f9d
    Kerri Miller authored
    These predicate alias methods have nil as a possible return value, which
    can cause potential confusion if we attempt to use their actual return
    value rather than testing for its boolean nature. This raises problems
    specifically in APIs where we expose the return value as a string, for
    instance.
    0b6d6f9d
project_spec.rb 91.4 KB