Sha256: 9e1b1cd2f00031e474947753c46165d401d1955ef97233f61ae5ace85923c4a8
Contents?: true
Size: 304 Bytes
Versions: 2
Compression:
Stored size: 304 Bytes
Contents
module VagrantPlugins module Smartos class Provider class MessageNotCreated def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_smartos.not_created")) @app.call(env) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-smartos-0.0.2pre1 | lib/vagrant-smartos/action/message_not_created.rb |
vagrant-smartos-0.0.1alpha | lib/vagrant-smartos/action/message_not_created.rb |