method
new
v4.2.7 -
Show latest stable
- Class:
ActionDispatch::Http::ParameterFilter::CompiledFilter
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