Searched refs:__tostring (Results 1 – 1 of 1) sorted by relevance
87 setmetatable(aClass, { __index = aClass.static, __tostring = _tostring,109 __tostring = function(self) return "instance of " .. tostring(self.class) end, function