# File lib/rack/protection/base.rb, line 42 def call(env) unless accepts? env warn env, "attack prevented by #{self.class}" result = react env end result or app.call(env) end