# File common/lib/symbiosis/host.rb, line 20 def self.is_bytemark_ip?(ip) BYTEMARK_RANGES.any?{|range| range.include?(IPAddr.new(ip.to_s))} end