Module: Formatting::RemoteUser0

Defined in:
lib/ntail/formatting.rb

Instance Method Summary collapse

Instance Method Details

#value(log_line, color) ⇒ Object



199
200
201
# File 'lib/ntail/formatting.rb', line 199

def value(log_line, color)
  foreground(log_line.remote_user, color)
end