class ActionDispatch::Callbacks

def before(*args, &block)

def before(*args, &block)
  set_callback(:call, :before, *args, &block)
end