# File lib/puppet/resource/catalog.rb, line 207
207:     def extraction_format=(value)
208:         unless respond_to?("extract_to_%s" % value)
209:             raise ArgumentError, "Invalid extraction format %s" % value
210:         end
211:         @extraction_format = value
212:     end