Sha256: 1aabd9122e007fc7ad3808e1aaf84fe9ca319669543f8282842a3587c37cd62d
Contents?: true
Size: 306 Bytes
Versions: 8
Compression:
Stored size: 306 Bytes
Contents
module VagrantPlugins module Vmpooler module Action class MessageNotCreated def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_vmpooler.not_created")) @app.call(env) end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems