1 2 3 4 5 6 7 8
-- A standin controller for testing module (..., package.seeall) read = function (self ) return ( {self = self} ) end