Sha256: 32f22a2f16922b308d4185b96b5cb23a8b26572d6c44ab45745e4c309e7e18db
Contents?: true
Size: 308 Bytes
Versions: 31
Compression:
Stored size: 308 Bytes
Contents
module VagrantPlugins module OpenStack module Action class MessageNotCreated def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_openstack.not_created")) @app.call(env) end end end end end
Version data entries
31 entries across 31 versions & 4 rubygems