Sha256: 105701a31a3597475add4b3dde2f9b3a7a93a755658777ef3670cde290327bed
Contents?: true
Size: 302 Bytes
Versions: 2
Compression:
Stored size: 302 Bytes
Contents
module VagrantPlugins module Cosmic module Action class MessageNotCreated def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_cosmic.not_created")) @app.call(env) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-cosmic-0.2.0 | lib/vagrant-cosmic/action/message_not_created.rb |
vagrant-cosmic-0.1.0 | lib/vagrant-cosmic/action/message_not_created.rb |