Sha256: 07e9d44d4005964cc34a6615947ddab7911cd71a850c8cded1ffbef6cad2d32b
Contents?: true
Size: 313 Bytes
Versions: 13
Compression:
Stored size: 313 Bytes
Contents
module VagrantPlugins module OVirtProvider module Action class MessageNotSuspended def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_ovirt3.not_suspended")) @app.call(env) end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems