Sha256: 54b780f087d8aa012ff136954d8afe6465fbfb44c7d4cff3d9e953ff07dd3690
Contents?: true
Size: 342 Bytes
Versions: 25
Compression:
Stored size: 342 Bytes
Contents
module Berkshelf module Vagrant module Action # @author Jamie Winsor <jamie@vialstudios.com> class SetUI def initialize(app, env) @app = app end def call(env) Berkshelf.ui = ::Vagrant::UI::Colored.new("Berkshelf") @app.call(env) end end end end end
Version data entries
25 entries across 25 versions & 1 rubygems