# File lib/puppet/util/zaml.rb, line 106 106: def prefix_structured_keys(x) 107: @structured_key_prefix = x 108: yield 109: nl unless @structured_key_prefix 110: @structured_key_prefix = nil 111: end