# File lib/puppet/transportable.rb, line 21
21:     def each
22:       @params.each { |p,v| yield p, v }
23:     end