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