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