class Puma::Plugin

def in_background(&blk)

def in_background(&blk)
  Plugins.add_background blk
end