class Berkshelf::JsonFormatter

def show(cookbook)

Parameters:
  • cookbook (CachedCookbook) --
def show(cookbook)
  path = File.expand_path(cookbook.path)
  cookbooks[cookbook.cookbook_name] = { path: path }
end