# File lib/fog/libvirt/models/compute/pool.rb, line 89 def auto_start=(flag) requires :raw @raw.auto_start(flag) end