# File lib_wpm/wpm.rb, line 3651
    def clear
      @child_components.clear
      @context = nil
      @context_hook = NULL_PROC
    end