class Vagrant::UI::Silent
This is a UI implementation that does nothing.
Public Instance Methods
ask(*args)
click to toggle source
Calls superclass method
# File lib/vagrant/ui.rb, line 82 def ask(*args) super # Silent can't do this, obviously. raise Errors::UIExpectsTTY end