class SysInfo

def find_hostname; Socket.gethostname; end

Return the hostname for the local machine
def find_hostname; Socket.gethostname; end