# File lib/fog/libvirt/models/compute/pool.rb, line 44
        def start
          requires :raw

          @raw.create
        end