# File lib_wpm/wpm.rb, line 901 def add(component) component.parent_component = self @child_components.push(component) nil end