Sha256: abb7e4b3109df14cc29f74e4c4c57c428907e8c9b3700d6d525b476e4dc1ecc6
Contents?: true
Size: 316 Bytes
Versions: 31
Compression:
Stored size: 316 Bytes
Contents
module VagrantPlugins module Parallels module Action class MessageNotCreated def initialize(app, env) @app = app end def call(env) env[:ui].info I18n.t("vagrant.commands.common.vm_not_created") @app.call(env) end end end end end
Version data entries
31 entries across 31 versions & 1 rubygems