class Berkshelf::LockfileNotFound

Public Instance Methods

to_s() click to toggle source
# File lib/berkshelf/errors.rb, line 445
def to_s
  "Lockfile not found! Run `berks install` to create the lockfile."
end