Sha256: 29435096246b4f102522004a12d40384c65eb73ec33006ca14b4852bad0d5416
Contents?: true
Size: 296 Bytes
Versions: 57
Compression:
Stored size: 296 Bytes
Contents
module VagrantPlugins module MCS module Action class MessageNotCreated def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_mcs.not_created")) @app.call(env) end end end end end
Version data entries
57 entries across 57 versions & 1 rubygems