Module: SSHConfig

Defined in:
lib/host.rb,
lib/hosts.rb,
lib/sshconfig.rb

Defined Under Namespace

Classes: Host, Hosts

Constant Summary collapse

YES =
"yes"
NO =
"no"

Instance Method Summary collapse

Instance Method Details

#hostsObject



10
11
12
# File 'lib/sshconfig.rb', line 10

def hosts
  $hostlist.merge(Hosts.new(&Proc.new))
end