From b7e768a2f826f6643e47b35272dbb35136d489b6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 28 Sep 2018 22:15:24 -0700 Subject: Rebuild. --- containers.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'containers.lua') diff --git a/containers.lua b/containers.lua index ab632c4..b51b133 100644 --- a/containers.lua +++ b/containers.lua @@ -216,6 +216,8 @@ local _list_mt = { return rawset(self, k, v) end } +_list_mt.__index.as_lua = _list_mt.as_lua +_list_mt.__index.as_nomsu = _list_mt.as_nomsu List = function(t) return setmetatable(t, _list_mt) end -- cgit v1.2.3