a === b answers the question “is b is inherently part of a”
(1..100) === 3 # True
String === "hi" # True
/abcd/ === "abcdefg" # Truea === b answers the question “is b is inherently part of a”
(1..100) === 3 # True
String === "hi" # True
/abcd/ === "abcdefg" # True