class Mac::Host
Attributes
Public Class Methods
Source
# File lib/beaker/host/mac.rb, line 27 def initialize name, host_hash, options super @external_copy_base = '/var/root' end
Calls superclass method
Unix::Host::new
Public Instance Methods
Source
# File lib/beaker/host/mac.rb, line 16 def platform_defaults h = Beaker::Options::OptionsHash.new h.merge({ 'user' => 'root', 'group' => 'root', 'pathseparator' => ':', }) end