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

      # traversing child components.
      super

      nil
    end