module Nanoc::Extra # @api private module Deployers autoload 'Fog', 'nanoc/extra/deployers/fog' autoload 'Rsync', 'nanoc/extra/deployers/rsync' Nanoc::Extra::Deployer.register '::Nanoc::Extra::Deployers::Fog', :fog Nanoc::Extra::Deployer.register '::Nanoc::Extra::Deployers::Rsync', :rsync end end