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