new(regexps, blocks)
public

No documentation available.

# File actionpack/lib/action_dispatch/http/parameter_filter.rb, line 43
        def initialize(regexps, blocks)
          @regexps = regexps
          @blocks  = blocks
        end