# File lib/virt/util.rb, line 11
    def to_gb bytes
      bytes.to_i / 1073741824
    end