# File lib/kafo_wizards/entries/abstract.rb, line 35
    def call_pre_hook
      pre_hook.call(self) if pre_hook
    end