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