# File lib/puppet/transaction.rb, line 155 155: def cleanup 156: if defined? @generated 157: catalog.remove_resource(*@generated) 158: end 159: end