Sha256: c36107ddf9a0ed28fb5b70d81503b96b9d26b3fd6da9efe4dc18704494667064
Contents?: true
Size: 313 Bytes
Versions: 12
Compression:
Stored size: 313 Bytes
Contents
module VagrantPlugins module G5K module Action class MessageAlreadyRunning def initialize(app, env) @app = app end def call(env) env[:ui].info("vagrant_g5k.already_up", :status => "created") @app.call(env) end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems