class Puma::PluginRegistry

def initialize

def initialize
  @plugins = {}
  @background = []
end