Method: Berkshelf::CachedCookbook#pretty_json

Defined in:
lib/berkshelf/cached_cookbook.rb

#pretty_jsonString

High-level information about this cached cookbook in JSON format

Returns:



131
132
133
# File 'lib/berkshelf/cached_cookbook.rb', line 131

def pretty_json
  JSON.pretty_generate(pretty_hash)
end