Method: Beaker::Hypervisor#initialize

Defined in:
lib/beaker/hypervisor.rb

#initialize(hosts, options) ⇒ Hypervisor

Returns a new instance of Hypervisor.



82
83
84
85
# File 'lib/beaker/hypervisor.rb', line 82

def initialize(hosts, options)
  @hosts = hosts
  @options = options
end