Sha256: 5887892c826ccfac5002a423d19f7d22b77dc01df46fe3f3f2c0768d14ba2109
Contents?: true
Size: 314 Bytes
Versions: 9
Compression:
Stored size: 314 Bytes
Contents
module VagrantPlugins module OpenStack module Action class MessageAlreadyPaused def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_openstack.already_paused")) @app.call(env) end end end end end
Version data entries
9 entries across 9 versions & 2 rubygems