Sha256: 38b3efb46ee286008cc241f8b42edbcc88bdbfce2e8fbcf3372ee239553bc227
Contents?: true
Size: 333 Bytes
Versions: 75
Compression:
Stored size: 333 Bytes
Contents
module VagrantPlugins module ProviderVirtualBox module Action class MessageAlreadyRunning def initialize(app, env) @app = app end def call(env) env[:ui].info I18n.t("vagrant.commands.common.vm_already_running") @app.call(env) end end end end end
Version data entries
75 entries across 68 versions & 10 rubygems