# File lib/fog/ovirt/models/compute/server.rb, line 30
        def ready?
          !(status =~ /down/i)
        end