From d13bcde2b9306e0c87b055faed88da76bd3ff41e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 13 Oct 2017 16:16:07 -0700 Subject: Renamed repr_if_not_string to "stringify" and added nomsu:stringify for convenience. --- utils.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.lua') diff --git a/utils.lua b/utils.lua index 2f6f25a..e8fca96 100644 --- a/utils.lua +++ b/utils.lua @@ -73,7 +73,7 @@ utils = { return tostring(x) end end, - repr_if_not_string = function(x) + stringify = function(x) if type(x) == 'string' then return x else -- cgit v1.2.3