Method: Chef::DataBagItem#pretty_print
- Defined in:
- lib/chef/data_bag_item.rb
#pretty_print(pretty_printer) ⇒ Object
212 213 214 |
# File 'lib/chef/data_bag_item.rb', line 212 def pretty_print(pretty_printer) pretty_printer.pp({ "data_bag_item('#{data_bag}', '#{id}')" => to_hash }) end |