class Berkshelf::JsonFormatter
def info(cookbook)
-
cookbook
(CachedCookbook
) --
def info(cookbook) path = File.expand_path(cookbook.path) cookbooks[cookbook.cookbook_name] = { path: path } end
cookbook
(CachedCookbook
)
--
def info(cookbook) path = File.expand_path(cookbook.path) cookbooks[cookbook.cookbook_name] = { path: path } end