1 2 3 4 5 6 7 8 9 10
--- test module for demonstrating app.require_here() local bar = {} function bar.name () return 'bar' end return bar