require 'ipcrypt/engine' module IPCrypt module IP def self.[](*ips) Engine.new(*ips) end end end