class Berkshelf::LockfileOutOfSync
Public Instance Methods
to_s()
click to toggle source
# File lib/berkshelf/errors.rb, line 472 def to_s "The lockfile is out of sync! Run `berks install` to sync the lockfile." end