class VagrantPlugins::ProviderLibvirt::Action::MessageAlreadyCreated
Public Class Methods
new(app, _env)
click to toggle source
# File lib/vagrant-libvirt/action/message_already_created.rb, line 6 def initialize(app, _env) @app = app end
Public Instance Methods
call(env)
click to toggle source
# File lib/vagrant-libvirt/action/message_already_created.rb, line 10 def call(env) env[:ui].info(I18n.t('vagrant_libvirt.already_created')) @app.call(env) end