# File lib/phusion_passenger/plugin.rb, line 51 def self.register_hook(name, &block) hooks_list = (@@hooks[name] ||= []) hooks_list << block end