Class: Vagrant::UI::BasicScope
Overview
This implements a scope for the Basic UI.
Instance Method Summary collapse
-
#initialize(ui, scope) ⇒ BasicScope
constructor
A new instance of BasicScope.
Methods inherited from Interface
Constructor Details
#initialize(ui, scope) ⇒ BasicScope
157 158 159 160 161 162 |
# File 'lib/vagrant/ui.rb', line 157 def initialize(ui, scope) super() @ui = ui @scope = scope end |