class IPAddr
Public Instance Methods
get_mask()
click to toggle source
# File lib/vagrant-libvirt/util/network_util.rb, line 7 def get_mask if @addr _to_string(@mask_addr) end end