# File lib/puppet/transportable.rb, line 140 140: def initialize(children = []) 141: @children = children 142: end