# File lib/stella/utils.rb, line 169 def local_ipaddr?(addr) addr = IPAddr.new(addr) if String === addr ADDR_LOCAL.include?(addr) end