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