# File lib/routing_filter/chain.rb, line 14
    def run(method, *args, &final)
      active? ? first.run(method, *args, &final) : final.call
    end