I've been trying to figure out how to reference the UI object in a Vagrantfile.
I'm not a ruby developer so this may be obvious to others! :-)
I'd like to be able to use a couple methods in the UI object such as "say" or "ask" and "report_progress"
Is there a way to reference the 'Vagrant::Environment' object from inside the configure block in a Vagrantfile?