diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-13 16:16:07 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-13 16:16:07 -0700 |
| commit | d13bcde2b9306e0c87b055faed88da76bd3ff41e (patch) | |
| tree | 4c9e974d8e448adb6f6c1ba232b4114137aba4cc /utils.moon | |
| parent | 7435b61380054307148ec2c3a6af6d7ef9187fbe (diff) | |
Renamed repr_if_not_string to "stringify" and added nomsu:stringify for
convenience.
Diffstat (limited to 'utils.moon')
| -rw-r--r-- | utils.moon | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
