# File lib/glue/string.rb, line 211 def self.screen_ip_address(address) if address return address.split(',').collect { |hostip| hostip.gsub(/\.[^\.]*$/, ".*") }.join(', ') else return "*.*.*.*" end end