# File lib/fog/libvirt/models/compute/volume.rb, line 84 def split_size_unit(text) matcher=text.match(/(\d+)(.+)/) size=matcher[1] unit=matcher[2] return size , unit end