From 8af67cf24129533fc492e433dafd75756f9f82d8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 6 Feb 2014 21:33:28 -0800 Subject: [PATCH] core: update docs for Vagrant::Environment --- lib/vagrant/environment.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/vagrant/environment.rb b/lib/vagrant/environment.rb index b8eae97fe..0ea1155e6 100644 --- a/lib/vagrant/environment.rb +++ b/lib/vagrant/environment.rb @@ -11,9 +11,10 @@ require 'vagrant/util/platform' require "vagrant/vagrantfile" module Vagrant - # Represents a single Vagrant environment. A "Vagrant environment" is - # defined as basically a folder with a "Vagrantfile." This class allows - # access to the VMs, CLI, etc. all in the scope of this environment. + # A "Vagrant environment" represents a configuration of how Vagrant + # should behave: data directories, working directory, UI output, + # etc. In day-to-day usage, every `vagrant` invocation typically + # leads to a single Vagrant environment. class Environment # This is the current version that this version of Vagrant is # compatible with in the home directory.