Sha256: 1ce0074455398ef4f145081b2b7aa0969c9e1eeefa1088af73cbae475ff65e3c
Contents?: true
Size: 342 Bytes
Versions: 31
Compression:
Stored size: 342 Bytes
Contents
module Veewee module Provider module Vmfusion module BoxCommand # Check if box is running def running? return false if raw.nil? return raw.running? end # Check if the box already exists def exists? return raw.exists? end end end end end
Version data entries
31 entries across 31 versions & 2 rubygems