# File lib/virt/host.rb, line 18 def running_guests connection.list_domains.map do |domain| find_guest_by_id(domain) end end