class Berkshelf::InsufficientPrivledges

def initialize(path)

def initialize(path)
  @path = path
end

def to_s

def to_s
  "You do not have permission to write to '#{@path}'! Please chown the " \
  "path to the current user, chmod the permissions to include the " \
  "user, or choose a different path."
end