module.exports = {

  method: (arg) ->
    return arg + 5
}