Sha256: 4a4ade2b33809736f1822a8a3f1d5f063fea2ff46b337503e39370eb0a593db2
Contents?: true
Size: 322 Bytes
Versions: 4
Compression:
Stored size: 322 Bytes
Contents
module VagrantPlugins module VCloudAir module Action class MessageAlreadyRunning def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t('vagrant_vcloudair.vm.vm_already_running')) @app.call(env) end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems