Classes: CIDR, IP
'0.1.3'
File.expand_path(File.dirname(__FILE__))
124 125 126 127 128
# File 'lib/iplogic/cidr.rb', line 124 def CIDR(*args) return CIDR if args.empty? CIDR.wrap(*args) end
149 150 151 152
# File 'lib/iplogic/ip.rb', line 149 def IP(*args) return IP if args.empty? IP.wrap(args.first) end