Module util
return an object that will call func when it is garbage collected: (Sentinel pattern) Note: this is not necessary in Lua 5.2 where tables can have __gc metamethods
Functions
table_tostring (t) | return a pretty-formatted string representation of a table: |