local foo = {} foo.render = function() return "This was called from a foo function" end return foo