class Berkshelf::NotACookbook
Public Class Methods
Source
# File lib/berkshelf/errors.rb, line 455 def initialize(path) @path = File.expand_path(path) rescue path end
@param [String] path
the path to the thing that is not a cookbook
# File lib/berkshelf/errors.rb, line 455 def initialize(path) @path = File.expand_path(path) rescue path end
@param [String] path
the path to the thing that is not a cookbook