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.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.moon') diff --git a/utils.moon b/utils.moon index 87cd5a3..9cceaac 100644 --- a/utils.moon +++ b/utils.moon @@ -41,7 +41,7 @@ utils = { else tostring(x) - repr_if_not_string: (x)-> + stringify: (x)-> if type(x) == 'string' then x else utils.repr(x) -- cgit v1.2.3