From 83da66ee914eb8324a53ae5dbc3c675dea46b0f7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 13 Apr 2010 01:44:11 -0700 Subject: [PATCH] Commenting on the Vagrant::Command class --- lib/vagrant/command.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/vagrant/command.rb b/lib/vagrant/command.rb index 5fce8e961..716be9ae2 100644 --- a/lib/vagrant/command.rb +++ b/lib/vagrant/command.rb @@ -6,6 +6,8 @@ module Vagrant attr_reader :env class <