# File lib/puppet/network/formats.rb, line 87 87: def decode(yaml) 88: YAML.load(Zlib::Inflate.inflate(Base64.decode64(yaml))) 89: end