class CookbookOmnifetch::NotACookbook

def initialize(path)

Parameters:
  • path (String) --
def initialize(path)
  @path = File.expand_path(path) rescue path
  super(to_s)
end