# File lib/rack/protection/base.rb, line 50 def react(env) result = send(options[:reaction], env) result if Array === result and result.size == 3 end