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