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