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

#hosts(&blk) ⇒ Object



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

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