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

Version Path
vagrant-unbundled-1.8.1.2 plugins/providers/virtualbox/action/message_already_running.rb
vagrant-unbundled-1.8.1.1 plugins/providers/virtualbox/action/message_already_running.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-b421af58e8b3/plugins/providers/virtualbox/action/message_already_running.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-309e896975d1/plugins/providers/virtualbox/action/message_already_running.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-272fb27e0536/plugins/providers/virtualbox/action/message_already_running.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-1cf2a8db4ccb/plugins/providers/virtualbox/action/message_already_running.rb
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/bundler/gems/vagrant-1e28f1ac31e7/plugins/providers/virtualbox/action/message_already_running.rb
tnargav-1.3.6 plugins/providers/virtualbox/action/message_already_running.rb
tnargav-1.3.3 plugins/providers/virtualbox/action/message_already_running.rb
vagrant-shell-0.2.9 demo/templates/vendor/bundle/ruby/1.9.1/gems/tnargav-1.2.2/plugins/providers/virtualbox/action/message_already_running.rb
tnargav-1.2.3 plugins/providers/virtualbox/action/message_already_running.rb
vagrant-shell-0.2.8 demo/templates/vendor/bundle/ruby/1.9.1/gems/tnargav-1.2.2/plugins/providers/virtualbox/action/message_already_running.rb
vagrant-shell-0.2.6 vendor/bundle/gems/tnargav-1.2.2/plugins/providers/virtualbox/action/message_already_running.rb
vagrant-shell-0.2.5 vendor/bundle/gems/tnargav-1.2.2/plugins/providers/virtualbox/action/message_already_running.rb
tnargav-1.2.2 plugins/providers/virtualbox/action/message_already_running.rb