# File mod_docs/access.rb, line 93 def filter_args args = Array.new for i in 1..NARGS args.push([ "remote address pattern #{i} (regexp)", :regexp, nil ]) end args end