summaryrefslogtreecommitdiff
path: root/Data/Libraries/Penlight/tests/lua/bar.lua
blob: 191cb7008038c6f2a32eac58133ea3ca4f6883c4 (plain)
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