Sha256: 4d27e9366ab1b0ed2724c79ee1ef1ea20498693ed5a89aba6b6d321d0a5d21f5
Contents?: true
Size: 313 Bytes
Versions: 17
Compression:
Stored size: 313 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
17 entries across 17 versions & 1 rubygems