Sha256: 25422f90ec7a5b7ab4140b6c14f97327a72099927eeeb9ffcd5fac9005ad217c
Contents?: true
Size: 329 Bytes
Versions: 7
Compression:
Stored size: 329 Bytes
Contents
module VagrantPlugins module XHYVE module Action class MessageAlreadyCreated def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_xhyve.already_status", :status => "created")) @app.call(env) end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems