vagrant/lib
Thomas Linkin d95b202346 Vagrant::Action::Builder RDoc correction
The RDoc comments for `Vagrant::Action::Builder#to_app` reference an
instance of `Vagrant::Action::Environment` as the passed paramter. There
is no class `Vagrant::Action::Environment` available. The param being
passed is actually a `Hash` that represents the "action environment".

This commit corrects the RDoc lines for
`Vagrant::Action::Builder#to_app` to correctly reference the passed
`Hash`.
2013-06-24 13:10:32 -04:00
..
vagrant Vagrant::Action::Builder RDoc correction 2013-06-24 13:10:32 -04:00
vagrant.rb BatchAction for running actions in parallel 2013-04-03 08:31:42 -07:00