Class: Vagrant::UI::BasicScope

Inherits:
Interface show all
Defined in:
lib/vagrant/ui.rb

Overview

This implements a scope for the Basic UI.

Instance Method Summary collapse

Methods inherited from Interface

#scope

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