Sha256: aede960acf6532bebc1a05dd3ce86c2f11c29e800172fac989bf71161155f2e6
Contents?: true
Size: 335 Bytes
Versions: 1
Compression:
Stored size: 335 Bytes
Contents
module VagrantPlugins module HYPERKIT module Action class MessageAlreadyCreated def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_hyperkit.already_status", :status => "created")) @app.call(env) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-hyperkit-0.4.3 | lib/vagrant-hyperkit/action/message_already_created.rb |