Sha256: 4aa7223645834144a4bbb49c09c19fdffedc1bc5e7fc7770005b798f320aec0b
Contents?: true
Size: 413 Bytes
Versions: 3
Compression:
Stored size: 413 Bytes
Contents
module HashiCorp module VagrantVMwareworkstation module Action class HasSnapshot def initialize(app, env) @app = app end def call(env) env[:result] = env[:machine].provider.driver.has_snapshot? @app.call(env) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems