mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.array: Make array:push() chainable.
This commit is contained in:
parent
9e2f76f84b
commit
5cc76d9794
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ end
|
|||
|
||||
function array_methods:push(x)
|
||||
table.insert(self, x);
|
||||
return self;
|
||||
end
|
||||
|
||||
function array_methods:pop(x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue