core: update docs for Vagrant::Environment
This commit is contained in:
parent
3533256cd7
commit
8af67cf241
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue