# File lib/rack/protection/base.rb, line 45 def call(env) unless accepts? env instrument env result = react env end result or app.call(env) end