class Nanoc::Deploying::Deployers::Git::Errors::OutputDirDoesNotExist
Public Class Methods
new(path)
click to toggle source
Calls superclass method
# File lib/nanoc/deploying/deployers/git.rb, line 25 def initialize(path) super("The directory to deploy, #{path}, does not exist.") end