struct Hosts::Host

Defined in:

hosts.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(addr : String, names : Set(String)) #

[View source]

Instance Method Detail

def addr : String #

def clone #

[View source]
def copy_with(addr _addr = @addr, names _names = @names) #

[View source]
def names : Set(String) #