# File lib/hooks.rb, line 54
    def run_hook_for(name, scope, *args)
      _hooks[name].run(scope, *args)
    end