Method: Chef::ChefFS::FileSystem::Repository::FileSystemEntry#write_pretty_json

Defined in:
lib/chef/chef_fs/file_system/repository/file_system_entry.rb

#write_pretty_jsonObject



42
43
44
# File 'lib/chef/chef_fs/file_system/repository/file_system_entry.rb', line 42

def write_pretty_json
  @write_pretty_json.nil? ? root.write_pretty_json : @write_pretty_json
end