Method: Formatting::ProxyAddresses0#value

Defined in:
lib/ntail/formatting.rb

#value(log_line, color) ⇒ Object



406
407
408
# File 'lib/ntail/formatting.rb', line 406

def value(log_line, color)
  (log_line.proxy_addresses || []).join(", ").foreground(color)
end