module Figtree::IPv6
Must be used in concert with IPv4
Public Instance Methods
h16l(times)
click to toggle source
: h16
# File lib/figtree/ip_rules.rb, line 16 def h16l(times) (colon >> h16).repeat(0,times) end
h16r(times)
click to toggle source
h16 :
# File lib/figtree/ip_rules.rb, line 11 def h16r(times) (h16 >> colon).repeat(times, times) end