class Srvy::Formatters::Dalli
Public Instance Methods
format_single(host)
click to toggle source
# File lib/srvy/formatters/dalli.rb, line 5 def format_single(host) "#{host.host}:#{host.port}:#{host.weight}" end