core: Improve RemoveBoxInfo and WriteBoxInfo docs a bit

This commit is contained in:
Fabio Rehm 2013-10-04 22:31:43 -03:00
parent 18cf66e83a
commit fcfb431362
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,8 @@ require "log4r"
module Vagrant
module Action
module Builtin
# This middleware will persist some extra information about the base box
# This middleware will remove additional information about the base box
# from state file
class RemoveBoxInfo
def initialize(app, env)
@app = app

View File

@ -4,6 +4,7 @@ module Vagrant
module Action
module Builtin
# This middleware will persist some extra information about the base box
# on a state file
class WriteBoxInfo
def initialize(app, env)
@app = app