Sha256: bf5d97133cb2847c0d52df17d64b77acffe61dafefa0c8b10b54e06c4ba2ce0a
Contents?: true
Size: 307 Bytes
Versions: 12
Compression:
Stored size: 307 Bytes
Contents
module VagrantPlugins module OVirtProvider module Action class MessageAlreadyUp def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_ovirt4.already_up")) @app.call(env) end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems