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