# File lib_doc/rucy/access.rb, line 45 def new(*args) access = RemoteAddressAllowAccessFilter.new NARGS.times do addr_pat = args.shift if (addr_pat && ! addr_pat.source.empty?) then access.add_allow_address(addr_pat) end end access end