Method: Beaker::Hypervisor#initialize
- Defined in:
- lib/beaker/hypervisor.rb
#initialize(hosts, options) ⇒ Hypervisor
Returns a new instance of Hypervisor.
80 81 82 83 |
# File 'lib/beaker/hypervisor.rb', line 80 def initialize(hosts, ) @hosts = hosts = end |