# File lib/exception_notifiable.rb, line 29 def consider_local(*args) local_addresses.concat(args.flatten.map { |a| IPAddr.new(a) }) end