class Net::Openvpn::ClientConfig
def load
def load ccd = File.read(path) matches = ccd.match /ifconfig-push ([0-9\.]+) ([0-9\.]+)/ @ip = matches[1] @network = matches[2] end
def load ccd = File.read(path) matches = ccd.match /ifconfig-push ([0-9\.]+) ([0-9\.]+)/ @ip = matches[1] @network = matches[2] end