Sha256: af4a2f589901833a832d271cc53513af0d6732ef2f99fe9fd1c7d194002924f0
Contents?: true
Size: 309 Bytes
Versions: 12
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_ovirt4.not_created")) @app.call(env) end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems