fastruby
fastruby copied to clipboard
fix implementation of not, not is *not* a unary operator
str = "str" def str.! swapcase end
(not str).should be == "STR" # instead of "false"