Sha256: 77d905f3ca6a0e85b7a302330e9bfce7565fa37c930e0c880effa0ac4baaf64f
Contents?: true
Size: 288 Bytes
Versions: 12
Compression:
Stored size: 288 Bytes
Contents
module VagrantPlugins module G5K module Action class MessageNotRunning def initialize(app, env) @app = app end def call(env) env[:ui].info("vagrant_g5k.not_running") @app.call(env) end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems