mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
c76f88245d
git-svn-id: file:///home/svn/framework3/trunk@10629 4d416f70-5f16-0410-b530-b9f4589650da
12 lines
221 B
Ruby
12 lines
221 B
Ruby
##
|
|
## $Id$
|
|
##
|
|
## Requiring this file will give access to lab functionality. Specifically
|
|
## the ability to start/stop/snapshot/revert & run commands on VMs
|
|
##
|
|
## $Revision$
|
|
##
|
|
|
|
# Controllers
|
|
require 'lab/lab_controller'
|