Method: PoolParty::Remote::Vmrun#initialize
- Defined in:
- lib/poolparty/net/remoter_bases/vmrun/vmrun.rb
#initialize(par, opts = {}, &block) ⇒ Vmrun
Returns a new instance of Vmrun.
42 43 44 45 46 |
# File 'lib/poolparty/net/remoter_bases/vmrun/vmrun.rb', line 42 def initialize(par, opts={}, &block) opts instance_eval &block if block super(par, &block) end |