Sha256: 5fccdaa726730300d76705feae8d10b308a262fdb1d8c0d8f04a28396e7841e8
Contents?: true
Size: 334 Bytes
Versions: 15
Compression:
Stored size: 334 Bytes
Contents
module VagrantPlugins module Parallels module Action class MessageAlreadyRunning def initialize(app, env) @app = app end def call(env) env[:ui].info I18n.t("vagrant_parallels.commands.common.vm_already_running") @app.call(env) end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems