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