fastruby icon indicating copy to clipboard operation
fastruby copied to clipboard

fix implementation of not, not is *not* a unary operator

Open tario opened this issue 13 years ago • 0 comments

str = "str" def str.! swapcase end

(not str).should be == "STR" # instead of "false"

tario avatar Feb 03 '12 20:02 tario