diff --git a/typhon/objects/guards.py b/typhon/objects/guards.py index 106282c9..8b238ee4 100644 --- a/typhon/objects/guards.py +++ b/typhon/objects/guards.py @@ -44,7 +44,7 @@ def coerce(self, specimen, ej): @method.py("Bool", "Any") def supersetOf(self, other): - return False + return self is other @method("Str") def getDocstring(self):