class Puma::Events

def initialize

def initialize
  @hooks = Hash.new { |h,k| h[k] = [] }
end