Sha256: f4bf8f04832e6ff23f7a6bf9d54320405a23f6f2f673d6a5c99bb0ec539e4a4b
Contents?: true
Size: 384 Bytes
Versions: 4
Compression:
Stored size: 384 Bytes
Contents
module Berkshelf module Vagrant # Environment data to build up and persist through the middleware chain class Env # @return [Vagrant::UI::Colored] attr_accessor :ui # @return [String] attr_accessor :shelf def initialize @ui = ::Vagrant::UI::Colored.new @ui.opts[:target] = 'Berkshelf' end end end end
Version data entries
4 entries across 4 versions & 1 rubygems