# File lib/web_console/whitelist.rb, line 16
    def include?(network)
      @networks.any? { |whitelist| whitelist.include?(network.to_s) }
    end