diff options
Diffstat (limited to 'up.rb')
-rw-r--r-- | up.rb | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ require "socket" class Host def initialize s - # example: 'nash ssh:2001 mqtt:1883' parts = s.split @hostname = parts.first @services_and_ports = {} |