module Formatting::ProxyAddresses0
Public Instance Methods
value(log_line, color)
click to toggle source
# File lib/ntail/formatting.rb, line 488 def value(log_line, color) (log_line.proxy_addresses || []).join(", ").foreground(color) end