module Vagrant # This class handles commands from the command line program `vagrant` # and redirects them to the proper sub-command, setting up the environment # and executing. class Command attr_reader :env class <