Sha256: d87c015d42983a5a9bb801cf637a7789e0e37f767f43a1a3e5019718f6bfbe52
Contents?: true
Size: 338 Bytes
Versions: 15
Compression:
Stored size: 338 Bytes
Contents
module VagrantPlugins module Skytap module Action class MessageEnvironmentUrl def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_skytap.environment_url", url: env[:environment].url)) @app.call(env) end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems