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