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