class Puma::Binder

def before_parse(&block)

def before_parse(&block)
  @before_parse ||= []
  @before_parse << block if block
  @before_parse
end