lm.lua
changeset 16 09b375e9ce32
parent 12 63f06a23c235
child 17 ab4470465a0c
equal deleted inserted replaced
15:1a5dd51722f5 16:09b375e9ce32
     1 
     1 
     2 require 'loudmouth'
     2 local lm = require 'loudmouth'
     3 
     3 
     4 -- argument is a table with keys,
     4 -- argument is a table with keys,
     5 -- corresponding to method names.
     5 -- corresponding to method names.
     6 function lm.proxy.create ( a )
     6 function lm.proxy.create ( a )
     7 	if type ( a ) ~= "table" then
     7 	if type ( a ) ~= "table" then
   292 			end
   292 			end
   293 		end )
   293 		end )
   294 	return c
   294 	return c
   295 end
   295 end
   296 
   296 
       
   297 return lm
       
   298 
   297 -- vim: se ts=4: --
   299 -- vim: se ts=4: --