Method: NetAddr::IPv6Net#long
- Defined in:
- lib/ipv6net.rb
#long ⇒ Object
long returns the IPv6Net as a string in long (uncompressed) format
84 85 86 |
# File 'lib/ipv6net.rb', line 84 def long() return @base.long() + @m128.to_s end |