core: update docs for Vagrant::Environment

This commit is contained in:
Mitchell Hashimoto 2014-02-06 21:33:28 -08:00
parent 3533256cd7
commit 8af67cf241
1 changed files with 4 additions and 3 deletions

View File

@ -11,9 +11,10 @@ require 'vagrant/util/platform'
require "vagrant/vagrantfile" require "vagrant/vagrantfile"
module Vagrant module Vagrant
# Represents a single Vagrant environment. A "Vagrant environment" is # A "Vagrant environment" represents a configuration of how Vagrant
# defined as basically a folder with a "Vagrantfile." This class allows # should behave: data directories, working directory, UI output,
# access to the VMs, CLI, etc. all in the scope of this environment. # etc. In day-to-day usage, every `vagrant` invocation typically
# leads to a single Vagrant environment.
class Environment class Environment
# This is the current version that this version of Vagrant is # This is the current version that this version of Vagrant is
# compatible with in the home directory. # compatible with in the home directory.