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