# File lib/ovirt/vm.rb, line 16 def running? !(@status =~ /down/i) && !(@status =~ /wait_for_launch/i) end