class Berkshelf::MissingLockfileCookbookVersion
Public Instance Methods
Source
# File lib/berkshelf/errors.rb, line 539 def to_s super + " " \ "This can happen if the remote cookbook has been deleted or if the sources inside the Berksfile have changed. " \ "Please run `berks update #{@name}` to resolve to a valid version." end
Calls superclass method
Berkshelf::CookbookNotFound#to_s