Method: Puppet::Pal::JsonCatalogEncoder#encode
- Defined in:
- lib/puppet/pal/json_catalog_encoder.rb
#encode ⇒ Object
Encodes the entire catalog as a rich-data Json catalog.
41 42 43 |
# File 'lib/puppet/pal/json_catalog_encoder.rb', line 41 def encode possibly_filtered_catalog.to_json(:pretty => pretty) end |