Sha256: 3601afd7191d5c74c15e9e10597fd77c982c11f6cc6527a443d81d50cb0598d1
Contents?: true
Size: 408 Bytes
Versions: 11
Compression:
Stored size: 408 Bytes
Contents
module HashiCorp module VagrantVMwarefusion 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
11 entries across 11 versions & 2 rubygems