# File lib/kafo_wizards/entries/abstract.rb, line 31
    def call_post_hook
      post_hook.call(self) if post_hook
    end