# encoding: utf-8 module Nanoc3::Extra module Deployers autoload 'Git', 'nanoc-git/extra/deployers/git' end end