Vagrant::UI::Interface
This is a UI implementation that does nothing.
# File lib/vagrant/ui.rb, line 64 def ask(*args) super # Silent can't do this, obviously. raise Errors::UIExpectsTTY end