diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-09-28 22:15:24 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-09-28 22:15:24 -0700 |
| commit | b7e768a2f826f6643e47b35272dbb35136d489b6 (patch) | |
| tree | aeec27649aabbc02dd0101b8a03be8976e73c08d /containers.lua | |
| parent | 63d8b1cd3f34b15bf86210b99209e8b57e7019bb (diff) | |
Rebuild.
Diffstat (limited to 'containers.lua')
| -rw-r--r-- | containers.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
