In KoanAboutSymbols, test02symbolsCanBeCompared and test03identicalSymbolsAreASingleIdenticalObject are redundant. Symbol identity is already shown in the former, thus the latter shows nothing new.
A potential fix might be changing the former to show equality (=) and inequality (~=) instead, leaving the latter to demonstrate identity (==).
In
KoanAboutSymbols,test02symbolsCanBeComparedandtest03identicalSymbolsAreASingleIdenticalObjectare redundant. Symbol identity is already shown in the former, thus the latter shows nothing new.A potential fix might be changing the former to show equality (
=) and inequality (~=) instead, leaving the latter to demonstrate identity (==).