class Srvy::Formatters::HostPort

Public Instance Methods

format_single(host) click to toggle source
# File lib/srvy/formatters/host_port.rb, line 5
def format_single(host)
  "#{host.host}:#{host.port}"
end