Method: Unix::Host#initialize
- Defined in:
- lib/beaker/host/unix.rb
#initialize(name, host_hash, options) ⇒ Host
Returns a new instance of Host.
70 71 72 73 74 |
# File 'lib/beaker/host/unix.rb', line 70 def initialize name, host_hash, super @external_copy_base = nil end |