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