Sha256: f48f9baaa17fd4808926f5196d738a02eb9048ebc4e3a032ef02584e0cf5ec73
Contents?: true
Size: 320 Bytes
Versions: 29
Compression:
Stored size: 320 Bytes
Contents
module VagrantPlugins module ProviderLibvirt module Action class MessageAlreadyCreated def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_libvirt.already_created")) @app.call(env) end end end end end
Version data entries
29 entries across 29 versions & 1 rubygems