# File lib/puppet/transportable.rb, line 144
144:         def initialize(children = [])
145:             @children = children
146:         end