
module.exports = []

module.exports.push (ctx, next) ->
  next null, 'required by a begin # 1'

