# File lib_wpm/wpm.rb, line 3549
    def setup
      @context.init_context
      @context_hook.call(@context)

      # traversing child components.
      super

      nil
    end