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