class Berkshelf::MissingLockfileCookbookVersion

Public Instance Methods

to_s() click to toggle source
Calls superclass method Berkshelf::CookbookNotFound#to_s
# 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