Sha256: 42aed5cc8f5509526cef7cdda58d9016c03771730166309775befa6d52446ffb
Contents?: true
Size: 294 Bytes
Versions: 3
Compression:
Stored size: 294 Bytes
Contents
module VagrantPlugins module GQ module Action class MessageNotCreated def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_gq.not_created")) @app.call(env) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-gq-0.1.2 | lib/vagrant-gq/action/message_not_created.rb |
vagrant-gq-0.1.1 | lib/vagrant-gq/action/message_not_created.rb |
vagrant-gq-0.1.0 | lib/vagrant-gq/action/message_not_created.rb |