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